advimman / lama

🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022
https://advimman.github.io/lama-project/
Apache License 2.0
7.91k stars 838 forks source link

Data set training problem #309

Open qwexacc opened 5 months ago

qwexacc commented 5 months ago

Dear author,I configured the environment and prediction according to the process you provided, but there was an error in training the CelebA dataset Detectron v2 is not installed /root/miniconda3/envs/lama/lib/python3.6/site-packages/hydra/core/default_element.py:127: UserWarning: In 'hydra/overrides': Usage of deprecated keyword in package header '# @Package group'. See https://hydra.cc/docs/next/upgrades/1.0_to_1.1/changes_to_package_header for more information See {url} for more information""" The process is run according to what you provide. The data set runs the code bash fetch_data/celebahq_dataset_prepare.sh bash fetch_data/celebahq_gen_masks.sh No error was reported, what is the reason? If anyone can help me solve this problem, thank you very much!

qwexacc commented 5 months ago

When executing the following command python3 bin/train.py -cn lama-fourier-celeba data.batch_size=10 Report an error

finexsf commented 1 month ago

Detectron v2 报错不用管,可以正常运行的