-
Hi, I found UCF101 original dataset with avi format and UCF101 triplet dataset with png format. But there is no 5-frames dataset availble. Can you provide the method to generate the UCF101 testing dat…
tkkcc updated
3 years ago
-
Since MMAction2 v0.12.0 has been released, now it's time to plan for the next iteration, i.e. v0.13.0.
This will be a one-month iteration and our focus in this iteration is to support more algorithms…
-
Enhancing Cross-Task Black-Box Transferability of Adversarial Examples With Dispersion Reduction
论文地址:https://openaccess.thecvf.com/content_CVPR_2020/papers/Lu_Enhancing_Cross-Task_Black-Box_Transfer…
-
Please check the author's explanation on how NeRF works in his speech in CVPR2020 tutorial:
https://www.youtube.com/watch?v=OEUHalxanuc
His part starts at 3:58:28
-
![캡처2](https://user-images.githubusercontent.com/69620840/90103226-2636d680-dd7d-11ea-8228-f99221fe8278.PNG)
![캡처3](https://user-images.githubusercontent.com/69620840/90103259-2d5de480-dd7d-11ea-809d…
-
Hi, I use the datasets provided by a CVPR2020 paper "Single-Image HDR Reconstruction by Learning to Reverse the Camera [Pipeline"](https://github.com/alex04072000/SingleHDR) to train ExpandNet, but th…
-
Hi there,
Thanks for sharing your code. I'm trying to implement GhostNet under VGG-16 (i.e., Ghost-VGG-16) on CIFAR10 but I find my FLOPs (858.282k) and number of parameters (18.657536M) are far fe…
-
I always get the “CUDA out of memory” error in the second training epoch.
OS: Ubuntu 20.04
GPU: RTX2080Super 8G
Pytorch: 1.6
CUDA: 10.1
I even set the batch size to 30, but it still report er…
-
Hi,
Thanks for releasing this !!!
Would you please add a few lines on the pipeline of how to reproduce the results in the paper?
-
Hey!
Thank you for sharing your work. It is always nice to have insights of STOTA ideas to handle certain computer vision tasks.
This is not really an issue but more like a request. I've noticed, …