Closed jwnirvana closed 5 years ago
thx, could you elaborate a bit more what you mean by "iou by kmeans so small (4%)"?
thx, could you elaborate a bit more what you mean by "iou by kmeans so small (4%)"?
Have you run the scripts/kmeans.py by yourself? How about your result?
thx, could you elaborate a bit more what you mean by "iou by kmeans so small (4%)"?
in ./scripts/kmeans.py: logging.info('Accuracy: %f', self.avg_iou(all_boxes, result) * 100) the avg_iou printed is so small
I am afraid that from this information I am not able to reproduce your issue...
I just finished update of clustering.py
and for my dataset, it gives me 82%
@jwnirvana I believe that it is solved for now, but if you have any further question, feel free to reopen this issue...
NICE job. But why is iou by kmeans so small (4%)?