R-C3D.pytorch icon indicating copy to clipboard operation
R-C3D.pytorch copied to clipboard

R-C3D pytorch implementation

Results 26 R-C3D.pytorch issues
Sort by recently updated
recently updated
newest added

R-C3D.pytorch/lib/roi_data_layer/roibatchLoader.py", line 36, in __getitem__ gt_windows_padding = gt_windows.new(self.max_num_box, gt_windows.size(1)).zero_() RuntimeError: dimension out of range (expected to be in range of [-1, 0], but got 1) Hi, did you meet the...

When I recurrent the R-C3D model to achieve the action recognization task on my own dataset, I had the same problem. [session 1][epoch 1][iter 1/ 30] loss: 2.5127, lr: 1.00e-04...

请问THUMOS原始数据是怎么准备的?detclasslist.txt在哪里?

I used the benchmark models you provided and tested them directly without changing any hyper-parameters. However, I got only 25.5 [email protected] results on ActivityNet with the C3D backbone, which is...

Hi, @sunnyxiaohu ! R-C3D achieves a very good performance on the Thumos14 dataset. I can reach 0.4175 @ IoU 0.5 using your implementation. However, it does not perform as well...

Hi, Thanks for your work. I am a little bit curious about the output results. In your report mAP(IoU thresh=0.5) of RC3D is 28.9 on THUMOS14, yet that of C3D...

The Pretrained Models are not available except Baiduyun

![2019-12-22 16-25-52 的屏幕截图](https://user-images.githubusercontent.com/36193935/71319342-0003b400-24d8-11ea-9b16-d30ffeb42ff9.png)

![image](https://user-images.githubusercontent.com/44044170/68527251-e5a6ba00-031f-11ea-88d1-9959dc7ec90a.png)

I downloaded your trained model (C3D on THMOUS14) and tested, I got mAP 37 for threshold 0.5. It is higher than SOTA. But I noticed that the Len(dataloader) is 8355,...