-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Add] Add EvalHook inherited from MMCV EvalHook #90
Conversation
Codecov Report
@@ Coverage Diff @@
## main #90 +/- ##
==========================================
+ Coverage 84.39% 84.76% +0.36%
==========================================
Files 163 164 +1
Lines 12348 12554 +206
==========================================
+ Hits 10421 10641 +220
+ Misses 1927 1913 -14
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Conflicts: mmhuman3d/data/datasets/human_image_dataset.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
* upgrade eval * fix lint * fix lint * fix lint * add a unit test: test eval hook * add unit test * fix unit test * fix unit test: remove the requirement for cuda * use kwargs to receive EvalHook args * remove useless comments * create the folder if it does not exist * add new metric * fix some bugs * fix unit test * remove joint_error metric * fix unit test * fix pck thresholds * fix import error * fix import error * remove unused paramter * add more unit test * add unit test * rename p-mpjpe to pa-mpjpe * fix unit test * remove `mpjpe` in `__all__` * fix comments * add more unit tests * fix * rename * fix docsting * fix typo * update `getting_started.md` * fix docstring * add evaluation config * fix unit test * use mmhuman3d greater/less key
eval_hook
script that reimplements EvalHook and DistEvalHook based on mmcv.runner.EvalHook.joint_error
intompjpe
andp-mpjpe
.pve
,3dpck
,p-3dpck
,3dauc
,p-3dauc
metrics.evaluate
function inhuman_image_dataset.py
andhuman_hybrik_dataset.py
._parse_result
function inhuman_image_dataset.py
andhuman_hybrik_dataset.py
for parsing prediction results and GT.