modelscope / richdreamer

Live Demo:https://modelscope.cn/studios/Damo_XR_Lab/3D_AIGC
https://aigc3d.github.io/richdreamer/
Apache License 2.0
396 stars 14 forks source link

Release objaverse-xl alignment rendering data #22

Open nnanhuang opened 7 months ago

nnanhuang commented 7 months ago

Thanks for your great work! And when will you release objaverse-xl alignment rendering data?

fdyuandong commented 7 months ago

Hi, because the objaverse-xl alignment dataset contains a lot of data in different formats such as glb, fbx, obj, gltf, etc., we need some time to convert and validate the data. We are working hard to process this part of the data.

NIRVANALAN commented 4 months ago

Hi, just wonder whether there are some updates on this thread~ any ETA of the objaverse-xl dataset? Thanks in advance!

fdyuandong commented 4 months ago

Hi, just wonder whether there are some updates on this thread~ any ETA of the objaverse-xl dataset? Thanks in advance!

Hi, we plan to open part of the objaverse-xl alignment data this month.

NIRVANALAN commented 4 months ago

Thanks and looking forward to it.

lingtengqiu commented 3 months ago

Hi, we have already released the objaverse-xl alignment dataset, using the following code.

# download_gobjaverse_alignment url file
wget https://virutalbuy-public.oss-cn-hangzhou.aliyuncs.com/share/aigc3d/gobjaverse_alignment.json
# Example: python ./scripts/data/download_gobjaverse_alignment.py --json_path gobjaverse_alignment.json --save_dir /path/save_dir
python ./download_gobjaverse_alignment.py --json_path gobjaverse_alignment.json --save_dir ./gobjaverse_alignment
NIRVANALAN commented 3 months ago

Hi! Thanks for the wonderful work. By the way, any statistical information of the released objaverse-xl alignment dataset, e.g., number of categories, objects, caption annotation and so on.

lingtengqiu commented 3 months ago

more details can be found at https://github.com/modelscope/richdreamer/tree/main/dataset/gobjaverse

NIRVANALAN commented 3 months ago

Thanks for your quick reply! While I guess the README only contains the information of the previous g_buffer_280K rendering, not the newly objaverse-xl dataset right?

NIRVANALAN commented 3 months ago

Hi, I tried to download the data while it returned

oss://virutalbuy-public/share/aigc3d/gobjaverse_alignment/1019/5102203.tar.gz: Unsupported scheme
...

any suggestions?

fdyuandong commented 3 months ago

Hi, I tried to download the data while it returned

oss://virutalbuy-public/share/aigc3d/gobjaverse_alignment/1019/5102203.tar.gz: Unsupported scheme
...

any suggestions?

Hi, I have fixed the bug. You can re-download the ‘gobjaverse_alignment.json’ file and try again.

NIRVANALAN commented 2 months ago

It works this time, thanks for the speedy help! By the way, just wonder will you also release the corresponding cap3d annotation of the objavrse-xl data?

abc2cba commented 2 months ago

Could you provide another gobjaverse_index_to_objaverse.json for gobjaverse_alignment ?

AndreAmaduzzi commented 2 months ago

+1

lingtengqiu commented 2 months ago

see in https://github.com/modelscope/richdreamer/issues/43