Open jimuIee opened 1 month ago
作者您好,请问可以提供你们代码运行环境的环境配置吗,我根据你们提供的log文件对比了一下,但是运行train.py时一直报错
/home/lzk/mydata/anaconda3/envs/E2E-MFD/lib/python3.9/site-packages/mmrotate-0.3.4-py3.9.egg/mmcv/init.py:20: UserWarning: On January 1, 2023, MMCV will release v2.0.0, in which it will remove components related to the training process and add a data transformation module. In addition, it will rename the package names mmcv to mmcv-lite and mmcv-full to mmcv. See https://github.com/open-mmlab/mmcv/blob/master/docs/en/compatibility.md for more details.
warnings.warn(
Traceback (most recent call last):
File "/mnt/home/lzk/E2E-MFD-main/./tools/train.py", line 13, in
您好!这个错是torch cuda和mmcv-full版本不对应导致的,请在安装MMCV-full1.7.2时选择与你的环境相对应的torch cuda版本。参考https://blog.csdn.net/wjinjie/article/details/115164251
您好!这个错是torch cuda和mmcv-full版本不对应导致的,请在安装MMCV-full1.7.2时选择与你的环境相对应的torch cuda版本。参考https://blog.csdn.net/wjinjie/article/details/115164251
感谢您的解答!请问作者如果方便的话可以分享一下你们使用的Dronevehicle数据集吗,或者是上传一个标注文件作为示例(因为dronevehicle的数据标注确实过于混乱QAQ)。
我们所使用的Dronevehicle数据集的训练和测试标签在这里查看https://drive.google.com/drive/folders/1gmFlz1AyRG8NmK3iCh1QWcLsCbdhSiVu?usp=sharing
我们所使用的Dronevehicle数据集的训练和测试标签在这里查看https://drive.google.com/drive/folders/1gmFlz1AyRG8NmK3iCh1QWcLsCbdhSiVu?usp=sharing
您好!方便上传一下lsknet的预训练权重吗
I meet a problem,please help me,thanks.
Traceback (most recent call last):
File "/root/E2E-MFD/./tools/train.py", line 193, in
I would like to ask what are the appropriate settings for training on a small graphics card, such as samples_per_gpu, worker_per_gpu, and max_epochs? Because if I reduce these parameters, there will be an error of 'needed at least one array to concatenate', and if I increase these parameters, there will be another error of 'DataLoader worker is killed by signal: Terminated'. Can you tell me how to solve it? Please forgive my ignorance, as I am a novice. Thank you very much.
Hello, the file path is here https://github.com/icey-zhang/E2E-MFD/blob/main/tools/cfg/dronevehicle_m.py, https://github.com/icey-zhang/E2E-MFD/blob/main/mmrotate/datasets/dronevehicle.py. In addition, we have modified some source codes in the mmcv library and mmdet library. The mmcv and mmdet libraries with modified codes are already provided. If you want to install the source code yourself, the source code installation may cause the loss of our modified parts. Therefore, after installation, you need to replace the following files in the source code installation library with the files in our warehouse. The specific modified files are: mmdet/datasets/pipelines/formatting.py mmdet/datasets/pipelines/transforms.py mmdet/models/detectors/base.py mmcv/runner/hooks/optimizer.py In addition to the above, if you still encounter the situation of a lack of files, you can find them in this warehouse. Thank you for your attention