-
Notifications
You must be signed in to change notification settings - Fork 9
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 get the prepared data #13
Comments
Hi, the 3D-FUTURE dataset is actually the CAD models used in the 3D-FRONT dataset. The color image in the prepared data is rendered by the 3D-FRONT team, they have a physical based rendering engine to render nice image. For other prepare data, they are more relevant to object detection, and can be produced by using similar approach to TOTAL3D and IM3D. But I will release my own preprocessing scripts in a few days, since many people are interested in it. |
ps. the 3D-FUTURE dataset can be downloaded on their website. |
Thanks a lot for your reply and sharing !!! |
Sorry to bother you again,I've noticed that 3D-FUTURE dataset has included the rendered image(png like this [https://kdocs.cn/l/cjLhUfzlPRjG]) and its idmap [https://kdocs.cn/l/chO88VKz1nP3](different objects in a scene are colored in different colors),but I'm stuck in generating the prepare data in your format.If it is possible,could you please explain the detailed steps to get files like those you offered in your projects~Thanks! |
I am currently preparing the codes, and it should be released soon. However, my codes will generate prepared data without the images and depth (since the original images have large size), but you can refer them to the prepare data that I already released. |
OK!Thanks a lot for your help! |
Thanks for releasing the scripts of data_preparation!🌹 |
@Anonymous789s Hi, The 3d-front-object.zip contains only the desc.json file. The original high resolution data is too large upto several hundreds GBs, which is prepared by the 3D-FRONT team. However, for the prepared data we already released contains depth images with descent resolution. Therefore, you can extract the depth images from them, and put it under the same directory where the desc.json are according to the image id, which forms 3dfront_2d_data as required in preprocess_layout.py. But later, I will consider slightly reduce the image resolution, and release the original dataset. |
Thanks a lot for your patient reply!🌹 |
@Anonymous789s I will consider release the 3d front images in a few days, which refer to the 3d_front_2ddata, so that it will be more easier to generate processed data. For the pix3d dataset, the preprocessing is slightly difference, and the training code is also slightly different. I will release them ASAP, since I am currently focusing on ICCV. |
Okay,Thank you very much!!! |
Thank you for releasing the data preparation code. Thanks! |
@UncleMEDM Hi guys,nice work! Does the desc.json include the information of descent-resolution images? Will you consider to release scripts for generating desc.json and the depth image from the raw images? Thx! |
Hi ! I have a great regard for your excellent work!
Recently, I'm trying to get the test result with your code on 3D-FUTURE. I've noticed that you have also tested on 3D-FUTURE dataset in your paper. So I wonder how to get the processed data like those in prepare_data you offered. Did you also cantact 3D-FRONT team to render the 3D-FUTURE dataset? If I try to contact them,except the dataset , what else should I prepare in advance?
Thanks a lot !!!
The text was updated successfully, but these errors were encountered: