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

How to make bounding box data? #38

Open
nicesonnday opened this issue Jun 26, 2023 · 1 comment
Open

How to make bounding box data? #38

nicesonnday opened this issue Jun 26, 2023 · 1 comment

Comments

@nicesonnday
Copy link

Hi, I want to train ENeRF with my own data.

My own data constructed on 3*7 fixed grid multi-view cameras.

In this moment, I have to make bounding box data (*.npy) for my own data to train on ENeRF-Outdoor dataset setting.

Please let me know how to make the bounding box
(or is there any code for make bounding box?)

@haotongl
Copy link
Member

Hi, thanks for your attention!

The 3D bounding box can be defined as very rough hyper-parameter, because our algorithm does not require an accurate 3D bounding box.

If the foreground is mainly human, we recommend using EasyMocap to estimate the 3D key points of the human body, and then determine the bbox based on the 3D key points.
https://github.com/zju3dv/EasyMocap

If the foreground and background are relatively clear, you can also use the background matting and visual hull algorithms to determine the bbox.
#27 (comment)

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