Event-AHU/COESOT

The Code "list.txt" in "lib.train.dataset.visevent.py".

SSSpc333 opened this issue · 7 comments

Thanks for your work. Since your dataset “COESOT” is not downloaded yet, I would like to run the code on "Visevent" first.
In "lib.train.dataset.visevent.py", within the "_get_sequence_list()" function, there is an operation to open the "list.txt" file. I would like to know what content is associated with the Visevent dataset in "list.txt".

Thank you very much. The COESOT is downloading.

Hi, I have downloaded the COESOT. I encountered some issues while running the code.
In "lib\train\dataset\coesot.py", "train.txt" and "val.txt" respectively are the training and testing sequences in COESOT. However,
there is a reference to "list.txt" in the code of the "_get_sequence_list()" function, I want to know what contents are stored in "list.txt". Really thanks for your help.
@wangxiao5791509 @Tchuanm

Hi. About the list.txt. You can chech the code and find that we divide the training subset into two txt: train and val, while val subset for check the training process is right. You can combine train.txt and val.txt into list.txt.
Also, val.txt is not necessary in development. if I'm not mistaken,val is very small (<50 videos).
So you can rename train.txt into list.txt. (If you want to validate while training)
or combine train.txt & val.txt into list.txt (without validate subset)

Thank you very much for your response. The above issue has been resolved, but there are still problems during the running.
I'll give an example with a sequence.
The folder "dvSave-2021_09_01_06_59_10_voxel" will be obtained through "self._get_event_sequence_path(seq_id)" function. However, there is no "dvSave-2021_09_01_06_59_10_voxel" folder under the sequence "dvSave-2021_09_01_06_59_10".
Could you tell me how to get this "dvSave-2021_09_01_06_59_10_voxel" folder. @Tchuanm

Thank you very much for your response. The above issue has been resolved, but there are still problems during the running. I'll give an example with a sequence. The folder "dvSave-2021_09_01_06_59_10_voxel" will be obtained through "self._get_event_sequence_path(seq_id)" function. However, there is no "dvSave-2021_09_01_06_59_10_voxel" folder under the sequence "dvSave-2021_09_01_06_59_10". Could you tell me how to get this "dvSave-2021_09_01_06_59_10_voxel" folder. @Tchuanm

Hi~Is this voxel file necessary? Did you finally solve this problem?

Thank you very much for your response. The above issue has been resolved, but there are still problems during the running. I'll give an example with a sequence. The folder "dvSave-2021_09_01_06_59_10_voxel" will be obtained through "self._get_event_sequence_path(seq_id)" function. However, there is no "dvSave-2021_09_01_06_59_10_voxel" folder under the sequence "dvSave-2021_09_01_06_59_10". Could you tell me how to get this "dvSave-2021_09_01_06_59_10_voxel" folder. @Tchuanm

Hi~Is this voxel file necessary? Did you finally solve this problem?

I have already solved this problem. If you need to run the baseline of COESOT, you will need to use voxel. The author has already provided the code for generating voxel.