DreamControl icon indicating copy to clipboard operation
DreamControl copied to clipboard

[CVPR 2024] DreamControl: Control-Based Text-to-3D Generation with 3D Self-Prior

Results 5 DreamControl issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "G:\PaperCode\DreamControl\DreamControl-main\launch.py", line 302, in main(args, extras) File "G:\PaperCode\DreamControl\DreamControl-main\launch.py", line 136, in main import threestudio File "G:\PaperCode\DreamControl\DreamControl-main\threestudio\__init__.py", line 55, in from . import data, models,...

大佬你好,看了你的论文,感觉效果做的真不错,但是看了你的代码的运行指令,有一点疑问想请你解答一下。 第一点:文章里说通过改进视点偏差和边界度量获得3d先验,然后保持3D先验形状不变进行纹理优化,请问运行指令哪一部分是获得3D先验呢,就是两阶段的运行指令我有点没搞清楚。 第二点:我成功运行了你的运行指令python launch.py --config ./configs/dreamcontrol.yaml --train --gpu 0 system.prompt_processor.prompt="a corgi" system.geometry_c.shape_init="./a_corgi/ckpts/last.ckpt" 但是训练几千epoch就会报out of memory的问题,这是怎么回事呢?为什么前边运行的时候正常呢?还有save文件夹里面保存的sample.png是什么意思呢?前面的是文生图模型得到的吗?后面的效果很差是什么意思呢? ![image](https://github.com/user-attachments/assets/71cbcf51-3f94-4612-a9cf-9454e6832931) 感谢作者的解答。

ModuleNotFoundError: No module named 'diffusers.models.unet_2d_blocks' 这是什么问题啊 ,请问安装的diffusers版本是哪个呢

您好,def load_custom_modules(): node_paths = ["custom"] node_import_times = [] for custom_node_path in node_paths: possible_modules = os.listdir(custom_node_path) if "__pycache__" in possible_modules: possible_modules.remove("__pycache__") for possible_module in possible_modules: module_path = os.path.join(custom_node_path, possible_module) if (...

您好,我在debug的时候报了这个BUG: Traceback (most recent call last): File "/home/yw/PaperCode/Dreamcontrol/DreamControl-main/threestudio/systems/dreamcontrol.py", line 14, in class DreamControl(BaseLift3DSystem): File "/home/yw/PaperCode/Dreamcontrol/DreamControl-main/threestudio/__init__.py", line 11, in decorator raise ValueError( ValueError: Module dreamcontrol-system already exists! Names of extensions conflict!...