Skip to content
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

Evaluate the network #55

Open
duc-tran opened this issue Jun 23, 2020 · 1 comment
Open

Evaluate the network #55

duc-tran opened this issue Jun 23, 2020 · 1 comment
Labels
enhancement New feature or request priority Issues with priority

Comments

@duc-tran
Copy link

In the original paper, the author used OKS (Object Keypoint Similarity) to evaluate the network when using COCO Dataset. I saw in simple-HRNet there's validation during training but in case I want to custom COCO dataset (adding my own data), then retrain again. After that I need to evaluate the performance on test videos, not the ones in training, is there any function to do so?

@stefanopini
Copy link
Owner

Hi!

There isn't a Test script for COCO yet, but it should be easy to adapt the COCOTrain class and create a COCOTest class predicting the OKS score.
I'll try to add it along with a test script soon.

For a python implementation of the OKS score, you can have a look here: https://github.com/cocodataset/cocoapi/blob/master/PythonAPI/pycocotools/cocoeval.py#L192

@stefanopini stefanopini added the enhancement New feature or request label Jun 30, 2020
@stefanopini stefanopini added the priority Issues with priority label Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority Issues with priority
Projects
None yet
Development

No branches or pull requests

2 participants