Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input Images to Selective Search #20

Open
pramod0777 opened this issue Jan 27, 2018 · 4 comments
Open

Input Images to Selective Search #20

pramod0777 opened this issue Jan 27, 2018 · 4 comments

Comments

@pramod0777
Copy link

When i provide input Image from folder provide query_set_results,it shows AssertionError: 3ch image is expected.Do i need to resize or any change in Image before providing input to program?

@satojkovic
Copy link
Owner

@pramod0777

selectivesearch accepts 3ch image only, but png is 4ch image.
When you use png image, you need to convert 4ch to 3ch.

@Inferno-P
Copy link

Inferno-P commented Nov 29, 2018

Hi @satojkovic and @pramod0777 !
I am experiencing the same error. But I am certain there are no PNG files in my dataset. Basically I am trying to retrain the model to detect some additional logos. Can you point out the whole process? I am new to retraining a pretrained model and I desperately need some guidance..

@andkom1984
Copy link

I am having the below issue:
ModuleNotFoundError: No module named 'selectivesearch'
where this module is supposed to be?

@frederick-greenacademy
Copy link

Where to get selectivesearch module?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants