tyhuang0428 / DreamControl

[CVPR 2024] DreamControl: Control-Based Text-to-3D Generation with 3D Self-Prior
Apache License 2.0
65 stars 2 forks source link

ValueError: Module dreamcontrol-system already exists! Names of extensions conflict! #3

Open throb081 opened 7 months ago

throb081 commented 7 months ago

您好,我在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! 我发现代码在注册模块的时候之前注册了一个'dreamcontrol-system': <class 'threestudio.systems.dreamcontrol.DreamControl'>,所以在想注册<class 'main.DreamControl'>时报了错,想问一下这种情况可以忽略掉之前的注册么