Generate 3D rectangular coordinates using 2D rectangular boxes
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
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 里面测试集的推理。
好的,谢谢,我已经将图片导出3D检测框,效果很nice,感谢您的开源贡献。 想再请教您一个问题,我发现对于有部分遮挡的车效果比较差,只能靠增加遮挡数据集的方式去调整吗? 谢谢
好的,谢谢,我已经将图片导出3D检测框,效果很nice,感谢您的开源贡献。 想再请教您一个问题,我发现对于有部分遮挡的车效果比较差,只能靠增加遮挡数据集的方式去调整吗? 谢谢
你好,应对遮挡主要有显式和隐式的方法.增加遮挡的图片来进行数据增强属于隐式.也可以通过在模型中引入一些跟遮挡有关系的特征来显示建模遮挡关系,比如说可见度,遮挡物/被遮挡物分割等.你可以调研一下occlusion-aware相关工作.
好的,谢谢,我已经将图片导出3D检测框,效果很nice,感谢您的开源贡献。 想再请教您一个问题,我发现对于有部分遮挡的车效果比较差,只能靠增加遮挡数据集的方式去调整吗? 谢谢
你好,应对遮挡主要有显式和隐式的方法.增加遮挡的图片来进行数据增强属于隐式.也可以通过在模型中引入一些跟遮挡有关系的特征来显示建模遮挡关系,比如说可见度,遮挡物/被遮挡物分割等.你可以调研一下occlusion-aware相关工作.
收到,感谢大佬的指点,谢谢,祝大佬paper一投必中