-
Hey,
I'm trying to reproduce the result using a pre trained model that I can just load and test, but I see that you only put a trained model on the meta dataset, is there a pre trained VIT-s and VI…
-
G:\awh\pmf_cvpr22-main\engine.py:115: UserWarning: The structure of is not recognizable.
warnings.warn(f'The structure of {data_loaders} is not recognizable.')
Traceback (most recent call last):
…
-
CVPR22 ESCNet: Gaze Target Detection with the Understanding of 3D Scenes
Our code can be found here https://github.com/bjj9/ESCNet.
论文里面的链接打不开了
-
Hi! Your CVPR22 work is very impressive!
Could you please tell us when its code will be released?
-
Hey @jeya-maria-jose,
It's really interesting of the Transwheathe in CVPR22,
However, I found there is one file named utils.py missing, and how to organize the train/test dataset is also not cle…
-
How to convert the pytorch model to the onnx model? I tried the conversion process, but I reported an error. I don't know what the problem is. I'm Xiaobai. Thank you for your advice.My script as follo…
-
您好,
最近导师让我关注多视图聚类的任务,然后尝试复现代码,但是我复现过程中发现数据缺失的0.1-0.9不同的缺失率对于最后的acc等指标影响很小(没有很大的区分度),同时我也使用了您的数据进行复现,所以我想请问这个incomplete数据生成的代码会不会有bug呢,如果方便的话能不能请您提供一下生成缺失数据集的代码,这样我可以在其他数据集上尝试一下,谢谢
-
现在都流行开源+加密吗。
-
1. Json file preparation.
There are 4 Json files used in the code, but only 2 are given in ./data_jsons. We produced ``instances_train2014_no_annotations.json`` by removing all the annotations in `…
-
Hi, many thanks for your amazing work. I have a question regarding on what command in args parser should I use if I want to use the checkpoint trained on meta-dataset to train on cifar-fs and mini-ima…