mmaction icon indicating copy to clipboard operation
mmaction copied to clipboard

Proposal file for new dataset (localizer)

Open arpanmangal opened this issue 4 years ago • 3 comments

I am training localizer on a new dataset COIN. In the config file it expects a proposal file (similar to thumos14_tag_val_normalized_proposal_list.txt for THUMOS14).

In case of THUMOS14, it is just fetched from some other place (https://github.com/open-mmlab/mmaction/blob/master/data_tools/thumos14/fetch_tag_proposals.sh).

How to generate this file in the first place, for the new dataset in my case?

arpanmangal avatar Sep 21 '19 11:09 arpanmangal

same question

xixiU avatar Jan 02 '20 06:01 xixiU

https://github.com/yjxiong/action-detection

iuhiyuh avatar Mar 31 '20 04:03 iuhiyuh

@iuhiyuh Hi!I wonder if you have worked out this problem by SSN? When I run "python gen_proposal_list.py DATASET FRAMES_PATH" an error occurs : "KeyError: 'video_validation_0000893'".

xianguo-dev avatar Apr 24 '20 07:04 xianguo-dev