ubicomplab / rPPG-Toolbox

rPPG-Toolbox: Deep Remote PPG Toolbox (NeurIPS 2023)
https://arxiv.org/abs/2210.00716
Other
503 stars 127 forks source link

KeyError: 'Non-existent config key: TRAIN.DATA.PREPROCESS.CROP_FACE.BACKEND #276

Closed peizhengfu closed 4 months ago

peizhengfu commented 6 months ago

Hello, when running the code, the following error will always be reported, when I delete the key value of BACKEND: 'HC' in the configuration file, the code returns to normal, what is the reason? image

yahskapar commented 5 months ago

Hi @peizhengfu,

This seems really strange, are you still running into this issue with a fresh copy of one of the existing config files and to make sure no additional characters or anything weird like that were introduced into your config file? It could be possible some misplaced characters could be causing issues with parsing the config after you edited it.

Let us know if you're still running into this issue, and if so, please share your full config file as is.

yahskapar commented 4 months ago

I'll go ahead and close this issue given the lack of a reply, but please re-open if this error persists for you, @peizhengfu.