eventbasedvision / eTraM

eTram - Event-based Traffic Monitoring Dataset
Apache License 2.0
19 stars 4 forks source link

Unable to run the examples #11

Open CheungBH opened 1 month ago

CheungBH commented 1 month ago

Hi. Thank you for your work. I tried to load the dataset with your example but failed in the dataset preprocess steps.

1) For the RVT example, there is not a "preprocess_dataset.py" file inside the folder 2) For the Yolo example, the dataset format is not matched. it said that "Dataset 'data.yaml' images not found ⚠️, missing path '/dataset/eTraM/ultralytics_eTram/yolo_eTram/datasets/etrap_yolo/val.txt' ", but I couldn't find the yaml and txt format file downloading the dataset.

Or are there methods to load the event and RGB dataset simultaneously?

aayush-v commented 1 month ago

Hi @CheungBH

  1. You can find the preprocess_dataset.py file at "rvt_eTram/scripts/genx/preprocess_dataset.py".
  2. @arpitvaghela could you have a look at this.

Thanks.