VNext
VNext copied to clipboard
A bug when evaluation or train on ovis dataset.
When I try to run python projects/IDOL/train_net.py --config-file projects/IDOL/configs/ovis_r50.yaml --num-gpus 1 --eval-only an error occured
for ann in self.dataset['annotations']: TypeError: 'NoneType' object is not iterable
The reason for this problem is the ovis datasets annotations file has an additional items "annotations": null ,you need delete it manual.
I suggest authors add a tips in README.md.
Thank you for the notes! Could you please see my issue #74? I followed the given Inference & Evaluation command without the final results.