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

Release main scripts #1

Closed
quqixun opened this issue Jul 21, 2022 · 1 comment
Closed

Release main scripts #1

quqixun opened this issue Jul 21, 2022 · 1 comment
Assignees

Comments

@quqixun
Copy link

quqixun commented Jul 21, 2022

When will you release main scripts for training, inference, and evaluation ?

@kristijanbartol
Copy link
Owner

kristijanbartol commented Jul 21, 2022

Thank you for pinging me about it, I was postponing it for too long. I will do it by the end of the week (tomorrow), there isn't much work to do.

Hi @quqixun , I updated and verified the src/learn_pose.py script. I tried to train and evaluate the model using the arguments provided in an updated README.md. I will have more updates by the end of the week, but now training and evaluation should work. Please note that this is my first standalone repository, so I will probably need a few more iterations to make it more intuitive for other users. Feel free to reach out for any issues with training/evaluation!

P.S. I expect to add the following by the end of the week:

  • update documentation for the remaining functions (not complete, but mostly done)
  • make train/eval run from main.py, without descending into ./src/.
  • simplify command line arguments
  • in general, improve the readability
  • inference based on provided 2D keypoints and camera parameters

The inference based on previously extracted 2D keypoints and known camera parameters will be supported this week. It would be very useful to also support inference directly from images, as well as using unknown camera parameters - I will have to do it next week (see #2 ).

Update: I'm sorry, I will have to postpone the inference completely for next week.

Update: DONE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants