-
Notifications
You must be signed in to change notification settings - Fork 58
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
Questions about PoseNet #82
Comments
Ok it is the 'nerf_root_rts' in banmo.py in line 332. I wanted to know if you have released the random viewpoint generation and random masks augmentation part? |
Hi, the training forward function is here, where render_dp(...) contains the data augmentation. The posenet training is activated here once you pass Let me know if there are further questions |
Hello, thanks for your reply. I have one more question about this setup of posenet, if I use Dino rendered dino feature image instead of CSE rendered image, will this setup work? |
Note here the assumption to train the posenet is we have a mesh, where each vertex has a K-dimensional semantic features, as learned in the CSE paper. If you have a geometry (either volume/3dgs/mesh) with learned 3D dino fields, this setup can be applicable. |
Hello, thanks for your great work,
I want to know where is the PoseNet CNN that you used to train the sheep. The pre-trained weights are available but I am not finding the network that uses these weights. Can you please point out where is the training pipeline of the PoseNet as I need it to train a 3D model in a similar setup?
Thank you.
The text was updated successfully, but these errors were encountered: