Use own images
See original GitHub issueHi, I am interested in testing your network on my own images.
According to your answer on other questions here, one should use Stacked Hourglass to get predictions in 2D. That I have done and saved them in .h5 format.
I have also changed a bit in your code so that I do not need the 3D groundtruth in order to evaluate the loss.
The code now runs and uses my saved h5-files from Stacked Hourglass. However, the output 3D poses are completely messed up.
I have unNormalized the predicted 3D pose using the training data by calling:
_, _, data_mean_3d, data_std_3d, dim_to_ignore_3d, dim_to_use_3d, train_root_positions, test_root_positions = data_utils.read_3d_data(
actions, FLAGS.data_dir, FLAGS.camera_frame, rcams, FLAGS.predict_14 )
I attach a file for how the 2D-predictions look like and the resulting 3D pose.
Issue Analytics
- State:
- Created 6 years ago
- Comments:34 (3 by maintainers)
Top Results From Across the Web
How to use Cricut for FREE (uploading your own images ...
Uploading your own images and fonts is a FREE way to use your Cricut and make unique designs. Let me show you how!...
Read more >14. Using your own images - cloudfront.net
Using your own images. Working with uploaded photos. Uploading photos in Cricut Design Space™ is easy, and there are a variety of options...
Read more >How Do I Upload My Own Images With A Cricut Machine?
Well, the answer is YES! You can upload your own images, designs, and graphics to Cricut Design Space, then cut them out with...
Read more >How do I use my own pictures when editing a board in ...
When editing a board you can search through the repository of open-licensed symbols provided by CoughDrop, or you can always use your own...
Read more >How to Upload Images to Cricut Design Space in 4 Easy Steps
1. Open the Cricut Design Space software and start a new project. Select Upload. 2. Select the Browse button to locate the image...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@una-dinosauria, thanks for the link, I have followed his instructions and can speak of a happy outcome. sandbox under forked Repo checkout output please, thx.
You can have a try on Arash’s great repo https://github.com/ArashHosseini/3d-pose-baseline. First use openpose to get 2D keypoints and write the results out in json format and then run Arash’s code. For detailed guide, you may refer to his README.