YilinGao-SHU
YilinGao-SHU
I'm sorry to bother you again, following your advice I managed to complete the training section, but when I did the validation, a new error was reported. File "/server8/gyl/Data_clean/PyCenterNet-master/code/mmdet/models/detectors/base.py", line...
Hello, something happened when I'm installing mmcv, with cuda == 11.3 pytorch == 1.11 Installing collected packages: mmcv-full Running setup.py develop for mmcv-full adding license file 'LICENSES.md' writing manifest file...
Hello, when I install mmdet and run setup.py I find that the readme.md file is missing code: python setup.py develop Traceback (most recent call last): File "setup.py", line 133, in...
Thanks so much for your work! But I got some puzzle problems when I try to run Carla on a GPU Server with 8 GPUs, when I use the following...
Hello,if there is a pytorch vision?
初始化问题
你好,我这边重新设计了网络,然后部分特征提取的参数没有load成功,请问这些没有load成功的会自动初始化吗,还是我需要手动设置初始化
你好,我在解除backbone冻结训练时出现了错误TypeError: forward() missing 1 required positional argument: 'x'
您好,这个Detr中的NestedTensor非常令人费解,目前我这里碰到了一个问题,我这里把backbone替换掉了,但是由于backbone输出的特征是个Tensor,所以后续无法参与运算,想问下这个如何解决?