DETAD icon indicating copy to clipboard operation
DETAD copied to clipboard

TypeError: '<' not supported between instances of 'NoneType' and 'NoneType'

Open shiyi-z opened this issue 1 year ago • 1 comments

it occurs some errors when i use the thumos samples you have provided.

'python false_negative_analysis.py --ground_truth_filename ../data/thumos14_test_extra_characteristics.json --subset testing --prediction_filename ../data/CMS-RC3D_predictions_on_thumos14_testing_subset.json --output_folder ../output/thumos14'

image

can you help me to sovle this problem? thank you very much!

shiyi-z avatar Mar 21 '24 08:03 shiyi-z

Hi @shiyi-z, I also got this problem when trying to analyze the THUMOS14 dataset. This problem comes from when loading characteristic_name, the characteristics of THUMOS14 only have "Converage", "Length", and "# Instances". So, to fix this problem, you need to ignore null characteristics in the ground truth file.

When running the bash, you only need to add --is_thumos14 for the THUMOS14 dataset.

thanhhff avatar Apr 16 '24 05:04 thanhhff