Code for data preprocessing
See original GitHub issueThanks for the code again.
Would you also provide the code for data preprocessing? For example, how did you reformat the original H3.6m dataset and generate the .h5
files? How did you finetune the stack-hourglass model on H3.6m data?
That would be a great reference for manipulating other datasets. Thank you very much!
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
ML | Data Preprocessing in Python - GeeksforGeeks
Data Preprocessing is a technique that is used to convert the raw data into a clean data set. In other words, whenever the...
Read more >Easy Guide To Data Preprocessing In Python - KDnuggets
1. Train Test Split · 2. Taking Care of Missing Values · 3. Taking care of Categorical Features · 4. Normalizing the Dataset....
Read more >How to Preprocess Data in Python | Built In
How to Preprocess Data in Python Step-by-Step · Load data in Pandas. · Drop columns that aren't useful. · Drop rows with missing...
Read more >Data Preprocessing in Python for Machine Learning
Data Preprocessing refers to the steps applied to make data more suitable for data mining. The steps used for Data Preprocessing usually fall ......
Read more >Getting Started with Data Preprocessing in Python - Section.io
Data preprocessing is the first machine learning step in which we transform raw data obtained from various sources into a usable format to ......
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
Here you can find the fine-tuned SH detections we used. You can replace them by the ones we provide by default and get slightly better results: https://drive.google.com/open?id=0BxWzojlLp259S2FuUXJ6aUNxZkE
Here is the link for the h5 files that we used to fine-tune Stacked Hourglass: https://drive.google.com/file/d/0BxWzojlLp259MS1obTA2QkNheDg/view?usp=sharing. I think this should work almost out of the box for fine-tuning, as it contains all the 2d data-to-image mappings in SH format.
(If you get the code from https://github.com/anewell/pose-hg-train, this goes under
data/
).You’ll obviously also need the images too, which you should generate yourself from the videos using ffmpeg.
Here’s a gist used to generate these h5 files: like I said, not close to being releasable; only hoping it will help understand the process: https://gist.github.com/una-dinosauria/382e488d557af2b07e89bdeddeab1379