-
### Question
我训练完之后的模型,使用inference脚本进行推理,并且结果进行可视化,我使用的以下命令,但是它仅仅创建了文件夹,里边没有可视化结果,请问这个是什么原因,我在调试过程中发现他并没有进入到可视化语句中。
python inference.py --image-dir Salience-DETR/coco/testdata --model-config Salienc…
-
### Question
Hey,
are you planning to release the models of Salience-DETR and Relation-DETR also on Huggingface? I see that you have already published the dataset there :) Would be great for easy …
-
PS D:\GitGit\Salience-DETR> python tools/visualize_datasets.py --coco-img data/coco/val2017 --coco-ann data/coco/annotations/instances_val2017.json --show-dir /tools/visualize_dataset
loading annotat…
-
程序跑完1个epoch之后,在第二轮训练过程中卡住,超时报错了
请问这个问题大概出现在哪里?
[2024-05-09 01:12:34 accelerate.tracking]: Successfully logged to TensorBoard
[rank3]:[E ProcessGroupNCCL.cpp:523] [Rank 3] Watchdog caught collective…
-
### Question
跑训练过程遇到 pos_embed算子输入的shape不匹配,请教大概是什么原因呢?我是pt2.3,其他以来版本是requirments.txt中内容
[rank5]: File "/torch/venv3/pytorch/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, …
-
第一次运行accelerate main.py后,程序加载到下载resnet50的预训练模型,但是没下载完,然后报错
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
可能是网络问题,但我退出终端,想再次运行的时候,程序不下载文件了,转而报错
[…
-
### Bug
python inference.py --image-dir /path/to/images --model-config /path/to/model.py --checkpoint /path/to/checkpoint.pth --show-dir /path/to/dir
### 环境信息
_No response_
### 补充信息
_No response_
-
### Question
Modify resume_from_checkpoint to 'checkpoints/salines_detr_desnet50_800_1333_com_2x. pth'
When I use the dual card training command: CUDA_VISIBLEDEVICES=0,1 accelerate launch main. py…
-
### Question
你好,我用您的代码在我自己的小目标的数据集上进行了测试,目前出现的两个问题,一个是小目标分误检率极高,另一个是针对细长型的小目标几乎检测不出来,请问这两个问题怎么解决?
### 补充信息
你好,我用您的代码在我自己的小目标的数据集上进行了测试,目前出现的两个问题,一个是小目标分误检率极高,另一个是针对细长型的小目标几乎检测不出来,请问这两个问题怎么解决?并且有支持o…
-