-
Notifications
You must be signed in to change notification settings - Fork 21
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
Generate 3D rectangular coordinates using 2D rectangular boxes #16
Comments
你好,resources文件夹里面有一些预处理的2D框用来推理,你可以参考https://github.com/Nicholasli1995/EgoNet/blob/master/docs/inference.md 里面测试集的推理。 |
好的,谢谢,我已经将图片导出3D检测框,效果很nice,感谢您的开源贡献。 |
你好,应对遮挡主要有显式和隐式的方法.增加遮挡的图片来进行数据增强属于隐式.也可以通过在模型中引入一些跟遮挡有关系的特征来显示建模遮挡关系,比如说可见度,遮挡物/被遮挡物分割等.你可以调研一下occlusion-aware相关工作. |
收到,感谢大佬的指点,谢谢,祝大佬paper一投必中 |
Thank you for the work you have done, and open source the code.
I would like to ask how to use your code, will only 2D annotation box pictures with labels, generate 3D coordinate box used for detection tasks?
I have a problem now, Is it necessary to have this file? I tried to modify it and got an error. I want to know what it does
{{{ Download the resources folder and unzip its contents. Place the resource folder at ${EgoNet_DIR}/resources }}}
English is translated by machine, If there is any improper wording, please forgive me
Thanks you
The text was updated successfully, but these errors were encountered: