Open ApolloRay opened 7 months ago
ordering = np.argsort(bbox[index][:, 4])[::-1] TypeError: 'DetDataSample' object is not subscriptable
Hm it seems like there might have been some changes to the MMDetection library. Can you check that you have the version of mmdet specified in the readme? You should have version 2.27.0 installed:
>>> import mmdet
>>> mmdet.__version__
'2.27.0'
python evaluation/evaluate_images.py
During evaluation, I meet this question.