yuanzhi-zhu / prolific_dreamer2d

Unofficial implementation of 2D ProlificDreamer
130 stars 6 forks source link

replacement of sds loss #10

Closed VLadImirluren closed 10 months ago

VLadImirluren commented 11 months ago

I want to try dreamfusion's simple replacement of vsd loss, can I use the code in this project directly, because it is a 2d prolificdreamer, do I need to make any modifications? please give me some guidance

yuanzhi-zhu commented 11 months ago

Yes @VLadImirluren, you can test SDS directly from the command line as mentioned in the readme https://github.com/yuanzhi-zhu/prolific_dreamer2d#sds-command-line

VLadImirluren commented 10 months ago

Yes @VLadImirluren, you can test SDS directly from the command line as mentioned in the readme https://github.com/yuanzhi-zhu/prolific_dreamer2d#sds-command-line

oh thanks. But I mean I want to use vsd in 3d space, the implementation of threestudio is too complicated, I want to test myself on dreamfusion, to evaluate the vsd loss by doing this ablation study

yuanzhi-zhu commented 10 months ago

@VLadImirluren unfortunately, this repo only serves as 2D toy experiments to help understand VSD.

VLadImirluren commented 10 months ago

@yuanzhi-zhu All right....I get it. thanks!