Closed valentin-fngr closed 6 months ago
Hello @valentin-fngr Can I ask you that how can you create your own custom dataset which has the same structure as ActivityNet because I am working on a Temporal Action Localization project but I cannot recreate my own custom data to have the same structure as ActivityNet. Thank you so much!
Hi @valentin-fngr,can you share the detail of data preparation? I got an issue when I extract the feature of my own dataset.
@sirrtt @PopGreen69 HI both. I gave up on that because it was way too complex to setup. I instead went for using a classic TSN recognition network with a sliding window pipeline. You can check there demo/long_video_demo.py where they demonstrate how to detect actions on a long video format. There, the setup is much easier.
The doc issue
Hi, I am trying to fine tune BMN on my custom dataset. I know this has been mentioned already in the issues, but I could not use the previous issues posted here to help me find a way to solve my problem.
Data Prep
I have prepared my custom dataset following the activitynet data preparation methode 2.
At the end, I obtain this exact structure :
For fine-tuning BMN :
RawframeDataset
instead ofActivityNetDataset
. Am I correct ? (if not please explain)RawframeDataset
, What should my pipeline look like ? The current pipline looks like this :which cannot work with RawframeDataset. How can I replicate that pipline with RawframeDataset ?
Please, provide any information that can help me successfully fine tune the model using Data preparation method number 2 for ActivityNet. This is very confusing and would love to propose an overall tutorial once I will be successful.
best,
Valentin
Suggest a potential alternative/fix
No response