-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A question about data pre-processing #10
Comments
我也没找到怎么处理这个问题,请问您解决了吗? |
Hello, Thank you for your interest in our work. The generated event frames we used can be downloaded here. And please do not forget to download and rename the rgb_calib in DSEC-MOD. Hope could help. |
Hi, Additionally, I am keenly interested in metrics evaluation and visualization. Specifically, I am looking to calculate Video mAP (V.mAP). The videoAP() function in ACT.py requires the variable "tubename," which is obtained by combining the inference directory and the video name with '_tubes.pkl'. Could you kindly guide me in obtaining this inference result? Moreover, I'm curious to know if the purpose of the function in src/vis/vis_det.py is to visualize the detection boxes on the images. Thank you in advance for your assistance. |
WOW ,THANK YOU SO MUCH ! ! ! |
Hi, thank you for your work.
I encountered an error while executing det.py and located the following code snippet:
`class DSEC(BaseDataset):
num_classes = 1
This requires that there are pre-processed data dirs (RGB-images, Event-images, Event-images_30ms, Event-images_50ms) under the self.ROOT_DATASET_PATH, but I did not find the data format or the specific method of aggregating events into event images in the paper and the README.md.
Could you kindly supplement the data description or pre-processing code?
Thank you very much if you reply!
The text was updated successfully, but these errors were encountered: