Ruofei Wang
Ruofei Wang
Thanks for your quick response. Some cases are as follows: These are estimated from the same event data (from dsec dataset) with three runs.
For efficiency, I sampled 30000 events for the above case. The following cases are tested on the whole event stream: The event data can be downloaded at [event.npy](https://github.com/rfww/files/blob/main/event.npy). Hope you...
Config file is still the mvsec_indoor_no_timeaware.yaml. To input dsec data, I just rewrite lines 171-176 in main.py as: batch= np.load("event.npy") # x y t p batch= np.array(batch).astype(np.float32) last_stamp = batch[-1,...
Hi Shiba, have any suggestions for this issue? Thanks!