-
## 🚀 Feature
The documentation page on the differentiable rendering [here](https://pytorch3d.org/docs/renderer) provides only 2 citations (Neural 3D Mesh Renderer ans Soft-Rasterizer) while there is …
-
Thanks for making the benchmark code available.
Would it be possible to share the code that was used to train the VOC/COCO models as well?
@ruthcfong
-
Thanks for your nice work and code release.
- I wonder if there is any script for the training procedure in Alg.1 of your paper? I followed your paper and wrote my own version (without ground truth)…
-
Recently, I read your paper at ECCV 2018, ''Stacked Cross Attention for Image-Text Matching' , and notice your model used the pre-process dataset.
I know that the convert_data.py is used to transfer…
-
(。・∀・)ノ゙嗨,感谢您的工作,是非常简单有效的方法!
ECCV2018有一篇图森科技的工作,也是用一个可训练的标量去衡量通道重要性,文章在此[Data-Driven Sparse Structure Selection for Deep Neural Networks](http://winsty.net/papers/sss.pdf),不知道您有没有与此文章做过比较。
-
thnx your best work ,but i But I don’t understand k_inv_dot_xy1 well.
` x = torch.arange(w, dtype=torch.float32).view(1, w) / w * 640
y = torch.arange(h, dtype=torch.float32).view(h, 1) / h *…
-
Hello! i've met some problems during testing or training descs.
Trying to train and meeting following pproblem:
https://pp.userapi.com/c824600/v824600054/12566e/u62K0nXm3s0.jpg
Trying to test u…
-
I am testing the opencv 4.1.1 on windows 10 Pro x64.
I have frozen part of the model in the cited paper below.
However, the same code with the same frozen model works just fine in python but not …
-
Forwarded from e-mail:
-----
Dear Prof. Berger,
Thank you for establishing, running, and maintaining the csrankings.org website. Your website has become a highly valuable resource for prospec…
-
Congratulations, you have done a great job.
But I have two questions about the code:
1. From you code, I could only see that you just calculate the ACC (Score) for training and testing?
How do…