-
Notifications
You must be signed in to change notification settings - Fork 10
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
'BoxList' object has no attribute 'quad_bbox' #2
Comments
Thank you for your gread job! I installed and used inference_engine.py. Then, I got
What shold I do? |
This implement doesn't include 11x3 and 3x11 RoiAligan or RoiPooling, and inclined nms agorithm. |
@yoyoyo-yo It seems like you have installed the original version of MaskRCNN-benchmark, so it points to another BoxList class, which has no implementation of Quad_bbox. |
@yyfhaku This version only implemented the major though of R2CNN, that's the rotated region regression. Actually, there are still lots of hyperparamters and tricks need to be carefully adjusted. BTW: 113 and 311 proved to be not working well in general case |
嗨, 请问这里最后预测的还是按照8个点来吗?而不是论文中说的, x1, y1, x2, y2 和h? Inclined NMS 算IoU的时候实际上就是Skew IoU 是吗? 多谢! |
是啊,你是对的,这个跟论文完全不一样,但是可以学习,可以参考它的自己定义数据流,试着去复现
…---Original---
From: "yangkai798"<[email protected]>
Date: Mon, Dec 30, 2019 16:34 PM
To: "Xiangyu-CAS/R2CNN.pytorch"<[email protected]>;
Cc: "Mention"<[email protected]>;"yyfhaku"<[email protected]>;
Subject: Re: [Xiangyu-CAS/R2CNN.pytorch] 'BoxList' object has no attribute 'quad_bbox' (#2)
嗨, 请问这里最后预测的还是按照8个点来吗?而不是论文中说的, x1, y1, x2, y2 和h? Inclined NMS 算IoU的时候实际上就是Skew IoU 是吗? 多谢!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@Xiangyu-CAS I followed your INSTALL.md, but got same error. |
There is no need to clone another maskrcnn-benchmark, just run "python setup.py build develop" in root dir. The installation instructions need to be improved! |
@xiabc612 you are right... I didn't update installation.md, so it's the same as maskrcnn-benchmark. I will revise it. Thank you |
@yoyoyo-yo as xiabc612 said, there's no need to git clone another maskrcnn-benchmark, I have updated installation instructions. It's my fault, sorry for it. |
@yangkai798 是按照4个点8个参数来的,[x1, y1, x2, y2, h]也可以,后者效果在ICDAR上更好一点点,但区别应该不大,用在遥感里大家更倾向用4个点。 Inclinded NMS这里还没实现... |
请问这个能否在自己的数据集实现? |
❓ Questions and Help
The text was updated successfully, but these errors were encountered: