-
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
源代码查询问题 #12
Comments
同问,希望可以给出在开源代码中具体的GMTA实现方式,谢谢! |
the code of GMTA is there: https://github.com/icey-zhang/E2E-MFD/blob/main/mmrotate/adm/optim/aligned/balancer.py, it is great similar to this work: https://github.com/SamsungLabs/MTL/blob/master/code/optim/aligned/balancer.py, and i wanna figure it out why |
您好,方便分享下数据集是怎么加载的吗?我把data_root换成自己的DroneVehicle根路径但是数据集加载不进来,而且我看DroneVehicle类里面标记文件不是.xml是.txt,现在很困惑 |
85 376 110 375 118 439 94 445 car 0 |
labels.zip |
图片是.jpg格式 |
您好,可否请问一下这个问题解决了吗?我也是把data_root换成自己的DroneVehicle根路径但是数据集加载不进来,标记文件用.txt或者.xml都加载不出来任何图片或者标签。看build_dataset函数好像没有对cfg的'img_prefix'路径进行读取 |
你看配置文件dronevehicle_m里面不是有个data.test吗,我改了那个就能正常跑了
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年12月11日(周三) 中午12:27
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [icey-zhang/E2E-MFD] 源代码查询问题 (Issue #12)
您好,方便分享下数据集是怎么加载的吗?我把data_root换成自己的DroneVehicle根路径但是数据集加载不进来,而且我看DroneVehicle类里面标记文件不是.xml是.txt,现在很困惑
您好,可否请问一下这个问题解决了吗?我也是把data_root换成自己的DroneVehicle根路径但是数据集加载不进来,标记文件用.txt或者.xml都加载不出来任何图片或者标签。看build_dataset函数好像没有对cfg的'img_prefix'路径进行读取
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
然后img_prefiz作者在另外一个issue说了要设成可见光图像路径,label设成是ir的label
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年12月11日(周三) 中午12:27
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [icey-zhang/E2E-MFD] 源代码查询问题 (Issue #12)
您好,方便分享下数据集是怎么加载的吗?我把data_root换成自己的DroneVehicle根路径但是数据集加载不进来,而且我看DroneVehicle类里面标记文件不是.xml是.txt,现在很困惑
您好,可否请问一下这个问题解决了吗?我也是把data_root换成自己的DroneVehicle根路径但是数据集加载不进来,标记文件用.txt或者.xml都加载不出来任何图片或者标签。看build_dataset函数好像没有对cfg的'img_prefix'路径进行读取
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
好的,加载出来了,非常感谢! |
解决了这一问题,这一流程的代码不是在环境中,而是在mmrotate/adm中,之前我跑的时候代码使用的optimizerhook不是作者改动过的,可能采用的错误的,导致没有经过这个流程。 |
但我之前调试的时候把他修改过的optimizer.py放到env里,不然会报错,他在那个里面import了adm,然后我就把adm和那个文件放到同级目录下,然后就能正常跑了,现在程序调用的应该是sitepackage里面的那个adm,但我没法调试那里,想问下你是咋搞的
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年12月15日(周日) 晚上9:23
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [icey-zhang/E2E-MFD] 源代码查询问题 (Issue #12)
解决了这一问题,这一流程的代码不是在环境中,而是在mmrotate/adm中,之前我跑的时候代码使用的optimizerhook不是作者改动过的,可能采用的错误的,导致没有经过这个流程。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
您好作者!受限于水平问题,找不到论文中GMTA显示梯度调整的源代码。能否提供下源代码地址。
The text was updated successfully, but these errors were encountered: