Giter Club home page Giter Club logo

hmd's People

Contributors

wangsen1312 avatar zhuhao-nju avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hmd's Issues

vertex deformation network

Is there any available training code of vertex deformation network? It seems it is not included in this repo. Also, pre-trained vertex deformation network is not included as well.

How could I get the .json file

Hi,
I want to test my own data,but I'm wondering how can I get the .json file in the "/test/para" folder?I seem to not find the approach to get the .json file through HMR.

Thanks

Kinect dataset

Hi, thanks for sharing code of your paper.
Could you share the Kinect depth map dataset used to train Shading-Net?

import src.config error

Hello, thanks for ur work!

I plan to run the datasets/proc_all_data.py to get all the dataset.
But I encounter the issue:

ubuntu@server~/Desktop/hmd/datasets$ python proc_all_data.py
Traceback (most recent call last):
  File "proc_all_data.py", line 6, in <module>
    from LSP import proc_lsp
  File "/home/ubuntu/Desktop/hmd/datasets/LSP.py", line 14, in <module>
    from hmr_predictor import hmr_predictor
  File "/home/ubuntu/Desktop/hmd/datasets/../src/hmr_predictor.py", line 26, in <module>
    import src.config
ModuleNotFoundError: No module named 'src.config'

Is there any missing file(config) in src folder?
(I have already used pip install src)

Thanks in advance : )

Something about the dataset

Hi! Excellent Work!

I'm interested in your dataset and I wonder how I can get the smoothD_xx data in the dataset. I know that you use some shading refinement techniques from your paper. But could you provide some details about this?
Thanks!

Query regarding joint dataloader

Hi,
I am trying to run the code on the CLOTH3D dataset. I ran the data preprocessing scripts (modified proc_all_data.py script). When trying to create a custom joint dataloader based on the dataloader_joint class, I was stuck on what this meant on line 70

# make target para
tgt_para = np.array(joint_move[(joint_id*2):(joint_id*2+2)])

For every input image, I have saved the joint_move arr but how would I filter it using joint_id for my dataset?

Using an smpl model

Hello,
I am trying to use an smpl model from smplify instead of hmr for the input and I am trying to understand how to do it. I am using the demo.py and it seems that i need only vertices and vertex normal as input, am I wrong? Because I can't get a solution, especially in the part where you get the silhouette.

Training

Hi,

Thanks for sharing the code.

May I know how could we train the model i.e. could you provide training file?

Thanks

TypeError: preproc_img() got an unexpected keyword argument 'margin'

I tried to setup the data in wild demo and get this error after setting up hmr
!python ./predict_hmr.py --img ./input/Duncan.jpg --crop_x 100 100
Namespace(crop_x=[100, 100], crop_y=-1, img='./input/Duncan.jpg', outf='./result/Duncan/', pad=0)
Traceback (most recent call last):
File "./predict_hmr.py", line 48, in
margin = 30, normalize = True)
TypeError: preproc_img() got an unexpected keyword argument 'margin'

question about output?

Thx for your great works.
I wonder if this repo can get joint3d,joint2d and theta like hmr?Or you have plan to do it?

About depth dataset

Thank you for sharing your great work.

Could you please share the depth dataset created with the kinetic sensor?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.