-
Notifications
You must be signed in to change notification settings - Fork 131
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 generate all of the other necessary files for run_nerf.py? #79
Comments
You can just rescale and normalize your images and save them to .npy. I also failed to figure out how to generate poses and bds, also looking for suggestions. |
Did you guys figure out how to generate the remaining npy files? |
@TylerRust-1 @xiyichen any updates? |
6,给哥们卡在数据准备这块了,你麻麻的哥们看了半天各种资料花了好几个小时,就尼玛离谱,整了半天敢情您是连预处理流程的代码都不愿意放完整版的啊?有点低能了,呃呃了😅劳资去看原生nerf了,蚌埠住了,集美们避雷这个DSNeRF😅 |
I'm sorry for the confusion and late reply. After you run |
我也给卡住了,根本就没有他说的那些文件 |
确实,作者回复的意思是在readme里面说了,直接运行run_nerf.py就能预处理,但是我整了半天也只发现里面只有生成llf格式数据的代码,没找到生成npy文件的代码,整不会了,反正我已经跑通原生的nerf了,完成导师任务就行了,拜拜了您嘞🤭 |
npy文件数据集里面有,要自己稍微改一下名称,应该是跑的通的 |
Let’s have a friendly discussion! Happy to answer any other questions. |
I am very sorry for this and thank you very much for your work and the code you provided
…------------------ 原始邮件 ------------------
发件人: "dunbar12138/DSNeRF" ***@***.***>;
发送时间: 2023年7月24日(星期一) 中午11:38
***@***.***>;
***@***.******@***.***>;
主题: Re: [dunbar12138/DSNeRF] How to generate all of the other necessary files for run_nerf.py? (Issue #79)
Let’s have a friendly discussion! Happy to answer any other questions.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
你自己好好看看作者的回复,你config文件里面把colmapllff改成llff格式就行了,别你那numb bro |
When I run my images through COLMAP, I get a Sparse directory and can run imgs2poses which generates poses_bounds.npy.
How do I go about converting my test and training images to .npy format and how do I generate bds.npy, test_poses.py, train_poses.py, etc...
Thanks for any assistance.
The text was updated successfully, but these errors were encountered: