EgoNet icon indicating copy to clipboard operation
EgoNet copied to clipboard

Generate 3D rectangular coordinates using 2D rectangular boxes

Open vcitory opened this issue 3 years ago • 4 comments

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

vcitory avatar Apr 29 '22 08:04 vcitory

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 里面测试集的推理。

Nicholasli1995 avatar Apr 30 '22 14:04 Nicholasli1995

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

vcitory avatar May 05 '22 10:05 vcitory

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

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

Nicholasli1995 avatar May 09 '22 10:05 Nicholasli1995

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

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

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

vcitory avatar May 10 '22 01:05 vcitory