JackWoo0831 / Easier_To_Use_TrackEval

Given TrackEval to write a little bit complicated, could not too friendly for beginners, so I want to a simple optimization makes it easier to evaluate custom data sets
MIT License
29 stars 0 forks source link

你好,运行后没有结果 #12

Open wei3044 opened 3 months ago

wei3044 commented 3 months ago

gt_structure_config: data_root: 'F:/ship-track/MOT20/' has_split: True train_or_test: test train_folder_name: train test_folder_name: test gt_folder_name: gt gt_txt_name: 'gt.txt' # gt.txt, {seq_name}.txt, etc. gt_loc_format: '{data_root}/{split_name}/{seq_name}/{gt_folder_name}/{gt_txt_name}'

tracker_structure_config: trackers_folder: './results' has_split: False split_name: '' has_tracker_name: False trackers_to_eval: # None for all

other options

OUTPUT_FOLDER: './track_eval_output' # Where to save eval results (if None same as TRACKERS_FOLDER)

SEQ_INFO: '01': 187 '05': 287 '07': 325 '08': 247 '10': 313 '12': 187 '13': 187 '14': 307 '15': 307 '18': 56 '19': 262 '20': 139 '22': 139 '23': 138 '25': 77 '28': 135 '30': 313 '31': 313 '33': 232 '34': 313 '37': 303 '39': 303 '40': 237 '42': 138 '44': 139 '48': 138 '49': 326 '51': 326 '53': 326 '54': 326 '55': 326 '58': 326 '60': 143 '62': 144 '64': 432 '65': 432 '66': 429 '67': 144 '68': 144 '69': 144 '70': 316 '02': 287 '03': 287 '04': 287 '06': 287 '09': 313 '11': 187 '16': 312 '17': 312 '21': 139 '24': 138 '35': 313 '36': 313 '38': 303 '41': 138 '43': 138 '45': 139 '46': 139 '47': 85 '50': 326 '52': 326 '56': 326 '57': 326 '59': 239 '61': 432 '63': 144

CLASS configs

CLASSES_TO_EVAL:

CLASS_NAME_TO_CLASS_ID: 'speed_boat': 0 'yacht': 1 'cruise': 2 'freighter': 3 'naval_vessels': 4 'other_ship': 5

VALID_CLASS: 'speed_boat': 0 'yacht': 1 'cruise': 2 'freighter': 3 'naval_vessels': 4 'other_ship': 5

DISTRACTOR_CLASSES_NAMES:

JackWoo0831 commented 3 months ago

您好,请您着重检查一下gt_loc_format: '{data_root}/{split_name}/{seq_name}/{gt_folder_name}/{gt_txt_name}'指向的地址正确吗