ggxxer

Results 6 issues of ggxxer

作者您好,我在搭环境时遇到了mmcv系列包(mmcv-full、mmdet、mmengine、mmocr)彼此不兼容的问题,十分头疼,可以麻烦您提供一下兼容的版本号吗?

Hi, thank you for your contribution. When I try to pretrain CCD with ViT-Tiny, I meet this error: ' FileNotFoundErrorFileNotFoundError: [Errno 2] No such file or directory: '/data/ggxx/OCR-CC/data_lmdb/training/label/Synth/': ' But...

The first link in the **dataset** seems to be inaccessible. Can it be fixed? Also, I would like to ask about Tables 2 and 3, where some datasets under the...

感谢您的工作,我在尝试跑通您的代码,但是在我使用自己预训练的模型进行微调时,遇到了上述几个库之间版本不兼容的报错,后续查阅资料,下载了兼容的版本: mmcv 2.0.0rc4 https://github.com/open-mmlab/mmcv mmdet 3.0.0rc5 https://github.com/open-mmlab/mmdetection mmengine 0.10.5 https://github.com/open-mmlab/mmengine mmocr 1.0.0 /home/gx/Union14M-main/mmocr-dev-1.x 但出现了新的报错如下: Traceback (most recent call last): File "tools/train.py", line 113, in main() File "tools/train.py", line 102, in...

I am unable to run main_moco.py. In its line 308, "model = torch.nn.parallel.DistributedDataParallel(model, device_ids=[args.gpu])" Every time I run to this line, it deadlocks. The output is only two lines, "Use...

When main_moco.py run to line 262 "mp.spawn(main_worker, nprocs=ngpus_per_node, args=(ngpus_per_node, args))", it reports error like: "raise RuntimeError("No rendezvous handler for {}://".format(result.scheme)) RuntimeError: No rendezvous handler for ://" Can you give me...