Ha young, Kim

Results 25 comments of Ha young, Kim

> how to use vsd instead of sds in gaussiandreamer? Hi, sorry for the off-topic, but have you ever tried exporting a mesh? I'm asking because I'm having trouble with...

Thanks, but encountered another error : * command : ```bash python launch.py --config outputs/gs-sds-mvdream/an_astronaut_wearing_a_blue_suit@20240329-022833/configs/parsed.yaml --export --gpu 0 resume=outputs/gs-sds-mvdream/an_astronaut_wearing_a_blue_suit@20240329-022833/ckpts/last.ckpt system.exporter_type=mesh-exporter system.geometry.isosurface_method=mc-cpu system.geometry.isosurface_resolution=256 ``` * error : ```bash Traceback (most recent call...

I've tried ```bash cd /threestudio-geodream/mv-diffusion conda create -n geodream_mv python=3.8 conda activate geodream_mv pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118 pip install inplace_abn ``` but got the following error : ```bash...

I've checked the demo you've provided, but couldn't find an instruction for `text to 3D`. Where can I find inference command for `text to 3D`, such as the one in...

github 에는 `justify-content: center` , `align-items: center` 가 있는데 게시글에서는 안보입니다!

@woorara7 혹시 저와 비슷한 상황인 것 같아서 말씀드려요! 저도 `props` 로 `size` 를 받아오는데 `npm start` 를 해보면 계속 `TypeError: Cannot read property height of undefined` 를 반환하더라고요.. 아마 @woorara7...

Hi @ZexinHe , thank you for the advise. I've prepared images through `Objaverse Rendering` as you can see below : ![image](https://github.com/3DTopia/OpenLRM/assets/74491172/5bcce5ad-49ae-422d-8e6c-230b3ce90fed) However, not sure how to prepare those `pose` and...

Thank you for your kind reply, @juanfraherrero ! I'll try it!

Hi @juanfraherrero , is it possible to finetune the pretrained LRM models with my custom small dataset? I'm currently trying overfitting with my 100 pairs of high quality glb files,...

Wow, you're my savior, thank you so much! I'll try it!