datar001

Results 9 issues of datar001

Hi, Why did this repo output the "Gradient overflow"? I run msrrvt_qa task with 1 and 2 1080Ti GPU(s). Can this repo be achieved by a single GPU (1080Ti)? Thanks!...

Hi, thanks for your sharing. How many tags have you tried to train? What's the relation between the number of tags and that of training iterations? And How many tags...

Hi, Thanks for you share. It's a beautiful work. But it seems to have a problem when i run this code. Traceback (most recent call last): File "main_qa.py", line 1,...

Hi, thanks for this perfect work. And i want to ask how to skip the Surface-based CRF layer if I only want to get the Per-label confidence maps (on surface)?...

Hi, thanks for your sharing. But there are some files not contained in this repo, such as rendering_pix3d.pkl, pix3d_train.json, pix3d_test.json and pretrained models. Can you submit these files if possible?...

Hi, I have a simple question. How to get the glove_embed.npy and vocab.pkl if there is a new dataset. To get the glove_embed.npy, can we need to train new word...

Hello, I have installed most dependencies following your instructions. But in the last step installing recognize-anything by the command "pip install -e ./recognize-anything/", it meets an error: ![image](https://github.com/Shilin-LU/MACE/assets/62345916/a19351d8-5b48-4a90-9777-eef221f44152) Could you...

Hi, thanks for this wonderful work! I doubt the process of NSFW prompts and masked images. Because these images do not contain explicit region boundaries. For example, How to mask...

作者您好,感谢您贡献如此高质量代码? 在阅读代码时,我发现热点的位置坐标需要事先配准与给定,可是这部分需要在所有帧之间进行配准,这一块是如何实现的呢? 有大概的思维逻辑或者相关参考嘛? 谢谢!