Yzmblog / MonoHuman

MonoHuman: Animatable Human Neural Field from Monocular Video (CVPR 2023)
133 stars 9 forks source link

Evaluation problem #22

Open TShoreWind opened 5 days ago

TShoreWind commented 5 days ago

Hello author, how to evaluate the model code, this is very important to me, looking forward to the author's reply

TShoreWind commented 5 days ago

{76FE5303-0E0E-4b69-A62D-AB13E019FB58}

Yzmblog commented 3 days ago

Hi, the evaluation codes are at https://github.com/Yzmblog/MonoHuman/blob/main/run.py#L193. Please first divide the dataset, and you can try to use this command:

python run.py \
    --type eval\
    --cfg configs/monohuman/zju_mocap/387/387.yaml \

Or you can generate the images first, and refer to the eval codes to calculate the metrics.

TShoreWind commented 2 days ago

Thank you for taking time out of your busy schedule to reply, I don't know what is wrong or what, there is a mistake in the evaluation after dividing the data, can you share the detailed evaluation process? {44EAF08C-407F-4062-84A1-449A407F88DF}