DeepLogo icon indicating copy to clipboard operation
DeepLogo copied to clipboard

Input Images to Selective Search

Open pramod0777 opened this issue 6 years ago • 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?

pramod0777 avatar Jan 27 '18 16:01 pramod0777

@pramod0777

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

satojkovic avatar Jan 29 '18 14:01 satojkovic

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..

Inferno-P avatar Nov 29 '18 06:11 Inferno-P

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

andkom1984 avatar Dec 26 '18 20:12 andkom1984

Where to get selectivesearch module?

4astra avatar Aug 14 '19 04:08 4astra