-
## Description
I tried to convert 3D CONV model from pytorch to onnx to tensorrt. Everything seems to work well.
I tried to inference the model in pytorch 、onnx and tensorrt. The inference results o…
-
Hi, I am reading your paper and code in the past few days. I found the code and the paper are inconsistent. One big part of the paper is the removal of the Temporal Global Average Pooling in Figure 1…
-
[Paper](https://arxiv.org/abs/2008.02531)
[Code-PyTorch](https://github.com/BestJuly/IIC)
**Authors:**
Li Tao, Xueting Wang∗, Toshihiko Yamasaki
![](https://github.com/XFeiF/Video_PaperNotes/b…
XFeiF updated
3 years ago
-
Hi @okankop ,
Thanks very much for sharing such a wonderful repo!
I am a little bit confused about the metric "video classification accuracy" in your paper. I don't know it means top-1 accuracy …
-
Thanks for your contribution! I have read code but there are still some questions I can't understand.
The main question is the parameters to sample frames in `mmaction/datasets/rawframes_datasets.p…
-
I'am beginner in deep learning, I created 3DCNN using Pytorch.
the problem that the accuracy and loss are increasing and decreasing (accuracy values are between 37% 60%)
note: if I delete dropout la…
-
May i ask you that how did you connect the left and right feature to get the cost volume? In which dimension specifically? And i saw your code didn't use 3dCnn , is that correct?
I would appreciate i…
-
I use the pre training model to fine tune the ucf101, i use the video_accuracy.py. but the accuracy of the video is only 60.2%. The accuracy of your paper is 76%. What did I miss? Here is my opts. JSO…
-
Hi ,
I am running tensorrt inference with 3D V-Net converted from pytorch, when i set the input shape to [1,1,32,32,32], the result was correct. However, when i try the bigger shape [1,1,64,64,64], I…
-
@okankop @wei-tim First of all thnaks for open sourcing your work and doing a great work , i had few queries
1. can we run the inference pipeline on CPU
2. can we add the architectures like effic…