Closed wwgjob closed 1 year ago
Hello,
Thank you for your interest in our work.
The format of DSEC-MOD is designed more for a general usage, including but not limited to customised event temporal scales, for instance. Details can be found in Section III-A. E-TMA: Event-based Temporal Multi-scale Aggregation in our paper.
If you would like to get the same results in our paper, 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.
Thank you for your response. Since this is my first attempt at recovering the code for the paper, there are many parts that I'm not yet familiar with. :)
thx for helping!!
(renet) chris@chris:~/Downloads/RENet/src$ python3 ACT.py --task videoAP --th 0.2 --inference_dir ../data/ ERROR: Missing extracted tubes ../data/zurich_city_14_c_tubes.pkl
I apologize, but I seem to be unable to locate the .pkl file. Could you kindly provide me with information on where I might be able to find it?
Hi,
Happy to help.
Did you run det.py before trying to get the video mAP? Sample commands are available here.
Yes, I did. And I also get the
I'm sorry for bothering you again. After trying on my own for a week, I still haven't found a solution. I still can't locate the "tubes.pkl" file.
Thank you for your patience. I appreciate your assistance.
I have the same problem as you. Would you please show me the contents of your DEC-MOD folder? I would appreciate it!
I am no longer working on this project, but I remember that in my DSEC_MOD folder, I placed the following content:
└── DSEC_MOD
├── training
│ ├── zurich_city_00_a
│ │ ├── gt_bb
│ │ │ ├── 000001.txt
│ │ │ └── ...
│ │ ├── rgb_calib
│ │ │ ├── 000001.png
│ │ │ └── ...
│ │ └── events
│ │ └── left
│ │ ├── events.h5
│ │ └── rectify_map.h5
│ └── ...
└── testing
├── zurich_city_13_a
│ └── ...
└── ...
Can you show me your folder structure? I will see if I can identify your problem.
Thank you very much for your reply, I have tried to solve this problem, I am currently trying to work with visual images, thank you again! ! !
胡宇枫 @.***
------------------ 原始邮件 ------------------ 发件人: "ZZY-Zhou/RENet" @.>; 发送时间: 2024年4月5日(星期五) 晚上10:36 @.>; @.**@.>; 主题: Re: [ZZY-Zhou/RENet] How to Run the Object Detection Model Inference Code (Issue #4)
I am no longer working on this project, but I remember that in my DSEC_MOD folder, I placed the following content: └── DSEC_MOD ├── training │ ├── zurich_city_00_a │ │ ├── gt_bb │ │ │ ├── 000001.txt │ │ │ └── ... │ │ ├── rgb_calib │ │ │ ├── 000001.png │ │ │ └── ... │ │ └── events │ │ └── left │ │ ├── events.h5 │ │ └── rectify_map.h5 │ └── ... └── testing ├── zurich_city_13_a │ └── ... └── ... Can you show me your folder structure? I will see if I can identify your problem.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
你好,我可以看一下数据集存放的位置和格式吗,非常感谢
I would like to express my gratitude for providing the code for the research paper. I have encountered a small issue while running the code and would appreciate some guidance on resolving it.
Issue Description: