-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: need at least one array to concatenate #9
Comments
I meet this problem,please help me. |
参考此博客,可能是数据集路径问题https://blog.csdn.net/yinxionge5233/article/details/127943250 |
您好,应该不是这个问题,我设置的路径后是有斜杆的。您能给我训练过程中dronevehicle_m.py文件的train、val、text对应的是数据集中的哪些文件吗?那个数据集下的图像和标签我不知道训练过程使用哪一个(例如:ir还是rgb,用的标签是ir的还是rgb的标签)。非常感谢。 |
哈喽,我也报了这个错误。我查看了自己的训练的log,和您公布的train.log去对比了一下,发现有这个问题,确实是数据集路径问题。 |
会不会是因为没有checkpoint='/home//LSK/lsk_s_backbone.pth.tar'这个文件报的错呢?看了很多博客都没解决,求助,非常感谢! |
是的,您需要在lsk_s_fpn_1x_dota_le90.py文件中model.backbone.init_cfg这里传入预训练权重的路径,例如init_cfg=dict(type='Pretrained', checkpoint="/home/.../lsk_s_backbone.pth.tar") |
[https://github.com/icey-zhang/E2E-MFD?tab=readme-ov-file#prepare-the-dataset-dronevehicle]数据集的格式如这里所示,在dronevehicle_m.py配置文件中,ann_file应该设置为IR图像对应标签的地址,因为IR图像对应的标签是全部目标的;img_prefix应该设置为RGB图像的地址,只用给RGB图像的地址是因为他会自动替换路径中的rgb去找到ir下的图片。以上设置均适用于train,val,test数据集路径设置 |
嗨喽,感谢您的回复! 看到论文中,在训练过程是只用了train set,并没有使用 val set。想请问如果在训练过程中使用trainval 以及现在的配置是使用单卡训练,您有试过多卡训练的一些相关配置参数吗?多卡训练时会什么配置参数比较好呢? 我想问一下论文是否有做一些公开的演讲或者是论文解读呢? |
我想问一下,lsk_s_backbone.pth.tar这个预训练文件怎么获得?是要找到其中epoch与自己训练时相同的才行吗?谢谢。 |
你可以从这个链接中下载:https://github.com/zcablii/LSKNet |
感谢,那应该下载里面的哪一个呢? |
我想问一下单卡训练时,单卡的显存最低要求是多少才能运行啊? |
数据集得是DOTA格式 |
你好!请问一下你最后是如何解决这个问题?万分感谢! |
请问一下,我的数据集格式为 |
我也想问怎么把数据转化为DOTA格式啊?仍旧报错:ValueError: need at least one array to concatenate |
#12 (comment) You can try labeling my training set. I hope it can solve your problem. |
I try your training set,then I meet another error: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
No description provided.
The text was updated successfully, but these errors were encountered: