-
Hi, thanks for your inspiring work. Such a framework is really useful for the community of collaborative perception.
I want to reproduce the results in the paper, so I run "python opencood/tools/tr…
-
Thank you for your work and code. Have you ever tried MAE like pre-training on CCT? I have tried it initially, but it doesn't seem to work well. Could you give me some guidance? Thanks!
-
Thanks for your work and sharing your codes! However, when I reproduce your code on 4 Tesla GPU V-100 entirely following the instruction with non-overleap, I just got 90.8% accuracy. Could you analyze…
-
Hi,
Could you provide the script to reproduce the Rev-ViT validation accuracy?
I use the following command and cannot get the right accuracy.
```
python tools/run_net.py --cfg configs/ImageNet/R…
-
I try to trace "dpt_hybrid_midas" by calling
torch.jit.trace(model, example_input)
However, it failed with error messages below.
Any pointer on how to do it properly?
/usr/local/lib/pytho…
-
-
Hello MaxMax2016,
Thank you for sharing your code on the improved VITS, I hope to check with you about the model behaviors when adding the bi-directional KL divergence. In this repo I found that y…
-
Strangely enough, I can see from [MMS coverage](https://dl.fbaipublicfiles.com/mms/misc/language_coverage_mms.html)
that `nob` (Norwegian) is not supported for TTS.
![image](https://github.com/ylac…
-
https://github.com/xxxnell/how-do-vits-work/blob/8752f4e330a38877c628dfa40d57fa9404bb3131/models/convit.py#L1-L6
You said it's not the same with [ConVit by d'Ascoli, Stéphane, et al](https://arxiv.…
-
The pre-trained model in the repository is checkpoints/parthoe_s.pth. The parameter dictionary of the model does not match the parameter dictionary of the pre-trained model.