POSTECH-CVLab / PeRFception

[NeurIPS2022] Official implementation of PeRFception: Perception using Radiance Fields.
Apache License 2.0
330 stars 16 forks source link

Data generation code #10

Closed cwchenwang closed 2 years ago

cwchenwang commented 2 years ago

Thanks for this inspiring work! I am also interested in the data generation process on CO3D and ScanNet, do you have any plans on releasing it?

jeongyw12382 commented 2 years ago

Oh. This code is for data generation process. If you want to generate a specific scene you desire, you could simply run the code.

You can run the code with the command below. python3 -m run --ginc configs/co3d_v1.gin --scene_name [scene_name] python3 -m run --ginc configs/scannet.gin --scene_name [scene_name]

We will add more guides soon on the project page.

cwchenwang commented 2 years ago

Thanks for your response. May I also ask where did you use tsdf in your process since I see the tsdf code in your repo

jeongyw12382 commented 2 years ago

@junha-l

jeongyw12382 commented 2 years ago

We'll soon add more details about TSDF integration.