Event-AHU/COESOT

The question about read train.txt

wangruilin12138 opened this issue · 3 comments

in CEUtrack/lib/train/dataset/ceosot.py line32
seq_ids = pandas.read_csv(file_path, header=None, dtype=np.int64).squeeze("columns").values.tolist()
During the reading process, the following issues may arise:
invalid literal for int() with base 10: 'dvSave-2021_09_01_06_59_10'

May I ask what the reasons are and how to solve them?

Thank you

Hi, All files meet the same question or just this one video. ?

Hi, All files meet the same question or just this one video. ?

Thank you very much for your reply, all files meet the same question

Sorry for late reply. I don't think all files will face this question. dvSave-2021_09_01_06_59_10 is truely a file maybe error when read it by int64.
Maybe you can reference #5 to slove it.