ali-vilab / AnyDoor

Official implementations for paper: Anydoor: zero-shot object-level image customization
https://ali-vilab.github.io/AnyDoor-Page/
MIT License
4.01k stars 368 forks source link

Long dataset processing time during the dataset loading before training. #89

Closed jxl0131 closed 6 months ago

jxl0131 commented 6 months ago

Hi! When I try to train AnyDoor, it always takes a long time to load the dataset. I type in htop and find that the dataset loading process only uses ONE cpu. I gauss that your serial sampling of two frames in the video results in inefficient CPU utilization, ultimately leading to prolonged data loading. If you need to train multiple times, you will have to go through a long process of data loading each time. Can you perform one-time, parallel preprocessing on the dataset and only load the preprocessed dataset during training?

What's more, does anyone else have the same question? I am concerned about the long data set loading caused by my improper operation.

thanks.

silky1708 commented 4 months ago

any resolution?

mao-code commented 1 month ago

same problem here