OllieBoyne / FIND

Code for the Foot Implicit Neural Deformation model

Home Page:https://ollieboyne.github.io/FIND/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing file in the 2D evaluation

sachabinder opened this issue · comments

Hi,

First of all, I would like to thank you for your work and for the clarity of your code.

It seems that the file eval_metric.py is missing at /src/eval. Indeed, in module importation on the 2D evaluation, some modules are missing :

from src.eval.eval_metrics import IOU, MSE, PSNR, MSE_masked, PSNR_masked

Finally, there seems to be a small typo :

FIND/README.md

Line 39 in 34e34af

python src/train/eval_3d.py --exp_name 3D_only

python src/eval/eval_3d.py --exp_name 3D_only

Thanks again for your work.

I have just pushed a commit which added the missing file, and corrected the typo. Please let me know if any further issues with the evaluation - thanks!