BICLab / EMS-YOLO

Offical implementation of "Deep Directly-Trained Spiking Neural Networks for Object Detection" (ICCV2023)
https://arxiv.org/abs/2307.11411
GNU General Public License v3.0
150 stars 14 forks source link

Train_g1.py has no dataset about .txt #7

Open 108360215 opened 10 months ago

108360215 commented 10 months ago

My gen1 dataset only has .dat and .npy format, but when I run train_g1.py it shows No such file or directory: 'data\train_a\detection_dataset_duration_60s_ratio_1.0\train.txt', could anyone help me, thanks.

ye2621871699 commented 8 months ago

一样的问题,请问解决了吗?

108360215 commented 8 months ago

@ye2621871699 I replaced datasets_g1T.py with give_g1_data.py(LoadImagesAndLabels). But I still can't implement train_g1.py.

one00101 commented 7 months ago

@ye2621871699 I replaced datasets_g1T.py with give_g1_data.py(LoadImagesAndLabels). But I still can't implement train_g1.py.

have you succeed now?

sumingming123 commented 1 month ago

How did you solve this problem? I run the training code and it also shows no train.txt files.