sermanet / OverFeat

Other
597 stars 202 forks source link

Duplicated class "crane" #28

Open leomineiro opened 9 years ago

leomineiro commented 9 years ago

Hi guys!

I am using OverFeat to classify some images and I figured out that there are two classes with same name: crane.

I tested like this: ./overfeat -n 1000 /home/image.png | grep crane

As a workaround, we removed the sort function and replaced the class name by a integer.

Please, would be possible to do the same in cuda source code?

Thanks and best regards, Leonardo