ShihaoZhaoZSH / Uni-ControlNet

[NeurIPS 2023] Uni-ControlNet: All-in-One Control to Text-to-Image Diffusion Models
MIT License
574 stars 41 forks source link

Data and annotator are empty #12

Open Jekelrary opened 1 year ago

Jekelrary commented 1 year ago

Hello,

Thanks for the work! I am interested in reproducing some results. But the data and annotator folders like canny are empty. I wonder how do you prepare the data. I would appreciate it if you can provide the processing scripts.

ShihaoZhaoZSH commented 1 year ago

Thanks for your interest. You can utilize the detectors defined in "./annotator/" to obtain different kinds of conditions. And then, save the conditions and place them in "./data/" following the instruction in README. If you need help with utilizing the detectors, kindly refer to the "./src/test/test.py" for guidance.