Open dschoerk opened 9 months ago
AIDE_Dataset/annotation/1929.json contains the label "Forward" for vehicle_based_context_label. The correct label should probably be "forward moving" as used in dataset.py.
AIDE_Dataset/annotation/1929.json
vehicle_based_context_label
vehicle_based_context_label = VEHICLE_BASED_CONTEXT_LABEL.index((label_json['vehicle_based_context_label'])) ValueError: 'Forward' is not in list
AIDE_Dataset/annotation/1929.json
contains the label "Forward" forvehicle_based_context_label
. The correct label should probably be "forward moving" as used in dataset.py.