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
139 stars 12 forks source link

Train_g1.py has no dataset about .txt #7

Open 108360215 opened 7 months ago

108360215 commented 7 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 6 months ago

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

108360215 commented 5 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 5 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?