Skip to content
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

Open
vcitory opened this issue Apr 29, 2022 · 4 comments
Open

Generate 3D rectangular coordinates using 2D rectangular boxes #16

vcitory opened this issue Apr 29, 2022 · 4 comments

Comments

@vcitory
Copy link

vcitory commented Apr 29, 2022

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

@Nicholasli1995
Copy link
Owner

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

你好,resources文件夹里面有一些预处理的2D框用来推理,你可以参考https://github.com/Nicholasli1995/EgoNet/blob/master/docs/inference.md 里面测试集的推理。

@vcitory
Copy link
Author

vcitory commented May 5, 2022

好的,谢谢,我已经将图片导出3D检测框,效果很nice,感谢您的开源贡献。
想再请教您一个问题,我发现对于有部分遮挡的车效果比较差,只能靠增加遮挡数据集的方式去调整吗? 谢谢

@Nicholasli1995
Copy link
Owner

好的,谢谢,我已经将图片导出3D检测框,效果很nice,感谢您的开源贡献。 想再请教您一个问题,我发现对于有部分遮挡的车效果比较差,只能靠增加遮挡数据集的方式去调整吗? 谢谢

你好,应对遮挡主要有显式和隐式的方法.增加遮挡的图片来进行数据增强属于隐式.也可以通过在模型中引入一些跟遮挡有关系的特征来显示建模遮挡关系,比如说可见度,遮挡物/被遮挡物分割等.你可以调研一下occlusion-aware相关工作.

@vcitory
Copy link
Author

vcitory commented May 10, 2022

好的,谢谢,我已经将图片导出3D检测框,效果很nice,感谢您的开源贡献。 想再请教您一个问题,我发现对于有部分遮挡的车效果比较差,只能靠增加遮挡数据集的方式去调整吗? 谢谢

你好,应对遮挡主要有显式和隐式的方法.增加遮挡的图片来进行数据增强属于隐式.也可以通过在模型中引入一些跟遮挡有关系的特征来显示建模遮挡关系,比如说可见度,遮挡物/被遮挡物分割等.你可以调研一下occlusion-aware相关工作.

收到,感谢大佬的指点,谢谢,祝大佬paper一投必中

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants