Input Images to Selective Search
Opened this issue · 4 comments
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?
selectivesearch accepts 3ch image only, but png is 4ch image.
When you use png image, you need to convert 4ch to 3ch.
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..
I am having the below issue:
ModuleNotFoundError: No module named 'selectivesearch'
where this module is supposed to be?
Where to get selectivesearch module?