ucbdrive / few-shot-object-detection

Implementations of few-shot object detection benchmarks
Apache License 2.0
1.1k stars 223 forks source link

predictions pred_classes not true. like tensor(4), not the car. #125

Open g-lyc opened 3 years ago

g-lyc commented 3 years ago

i download model and run demo, but pred_classes not true. Trying to find mistakes but confused, who can help me. 005423

thomasehuang commented 3 years ago

Did you modify the code before running the demo? Seems like instead of the class name, the class ID is returned instead.