gliese581gg / YOLO_tensorflow

tensorflow implementation of 'YOLO : Real-Time Object Detection'
Other
1.72k stars 656 forks source link

Category selection #48

Open xudongwang123 opened 5 years ago

xudongwang123 commented 5 years ago

I think that the 'classes_num_filtered' variant should be derived from 'probs', not 'filter_mat_probs' in interpret_output function.Could you tell me if it is the right thing to do?