PengfeiRen96 / DSF

[TIP 2022] Code for "A Dual-Branch Self-Boosting Framework for Self-Supervised 3D Hand Pose Estimation"
26 stars 3 forks source link

no 'BackgroundGenerator' definition found #2

Closed laserwave closed 1 year ago

laserwave commented 2 years ago

Traceback (most recent call last): File "train_render.py", line 22, in from prefetch_generator import BackgroundGenerator ModuleNotFoundError: No module named 'prefetch_generator'

PengfeiRen96 commented 1 year ago

Hi, you can use DataLoader instead of DataLoaderX without much impact.