vedatad icon indicating copy to clipboard operation
vedatad copied to clipboard

A single stage temporal action detection toolbox based on PyTorch

Results 13 vedatad issues
Sort by recently updated
recently updated
newest added

Hi, I ran the code of test, and the results are shown as blow. ![image](https://user-images.githubusercontent.com/21001460/132433338-27430902-fae8-4812-b23e-b9f09c7233d5.png) I wonder whether the repo supports evaluation of mAP of iou@[03:0.7], as reported in the...

![image](https://user-images.githubusercontent.com/38379457/145673444-e77cb80e-2293-4fe1-938b-a1910043b0af.png) Hi, I ran the code of test, and the results are shown as up. The result I got is much lower than the result of the paper, what is...

- We added some code to parse the MultiTHUMOS dataset - Added the config files for MultiTHUMOS training - Added code to load weights from intermediate epochs - Also fixed...

在dcn/deform_conv.py文件中导入了.cpp文件, from . import deform_conv_ext,deform_conv_ext.cpp等文件您是怎样编译的呢?我没找到编译命令,烦请指点。

Thank you for you excellent work! I have a question about the fps. The fps is 25 when you extract frames, but the fps of the video is 30, and...

How is data needed to be prepared for using `InferEngine` If my inference was something like ```python def read_video(video): '''Read video prepare video_metas''' pass def prepare(cfg, checkpoint): engine = build_engine(cfg.infer_engine)...

Hi guys, thanks for your work and sharing the code. I have a question about the labels input to calculate the loss. So I understand it as if we have...