uzh-rpg / dagr

Code for the paper "Low Latency Automotive Vision with Event Cameras", published in Nature
GNU General Public License v3.0
218 stars 20 forks source link

ImportError in dsec_det.io #9

Open VashStan opened 3 months ago

VashStan commented 3 months ago

ImportError: cannot import name 'extract_image_by_index' from 'dsec_det.io'

image

extract_from_h5_by_timewindow can be found in dsec_det.io ,but others can not。

elaine464 commented 2 months ago

I've run into this problem too. Have you sorted it out?

VashStan commented 2 months ago

I've run into this problem too. Have you sorted it out?

here are the answer before https://github.com/uzh-rpg/dagr/issues/1

maybe work.

in my case, i use GPT to work it out

elaine464 commented 2 months ago

thank you