SyncDreamer icon indicating copy to clipboard operation
SyncDreamer copied to clipboard

[ICLR 2024 Spotlight] SyncDreamer: Generating Multiview-consistent Images from a Single-view Image

Results 34 SyncDreamer issues
Sort by recently updated
recently updated
newest added

Hi Thanks for sharing your great work I just wondering whether AutoencoderKL model, which is a first stage model in your model, is trained or not. it isn't initiated from...

Hello. When I render, I get the following error.Do you know where the problem is? (syncdreamer) root@autodl-container-785c4f8ba3-4890e570:~/autodl-tmp/SyncDreamer# python train_renderer.py -i /root/autodl-tmp/SyncDreamer/output/bear/0.png \ > -n aircraft-neus \ > -b configs/neus.yaml \...

Thanks for sharing the rendering code. How to export the normal map based on blender_script.py?

Is there an alternate host to sharepoint? For some reason they're downloading somewhere from 10s of KBps to ~3MBps

Hi,I want to get the original RGB image of the images in the testset folder(which are already RGBA in this project).How can I get them?Or how can I find them...

What did you do with the images in the GSO dataset to conform to the input format? I've noticed that the pictures in the gso dataset all seem to be...

Hi Is it possible to generate images from other views different from the 16 views used during training? I assume it is not possible to generate more than 16 images,...

![image](https://github.com/liuyuan-pal/SyncDreamer/assets/56500787/13737129-dd22-4688-87ea-b7cdfa256c09) When I train with the data set of about 800k objects, the number circled in the graph keeps increasing as the number of training steps increases. My configs/syncdreamer-train.yaml is...

Hey, Thanks for your work ! Are you planning to add faster neus implementations ? like neus2 or something else ?

hello,if i want to have a higher resolution,for example 512 or 1024 what should i do? Thanks