Giter Site home page Giter Site logo

Comments (5)

hua-zi avatar hua-zi commented on September 28, 2024 2

Hello, I'm interested in training ASH using my own multi-view video data. Could you please guide me on how to get these files similar to Subject0022_train.conf for my dataset? Thanks!

character{
    skeleton_dir =./meta_data/mydataset/ddc.skeleton                      # skeleton file
    skinning_dir =./meta_data/mydataset/ddc.skin                          # the skinning weights
    template_mesh_dir =./meta_data/mydataset/ddc.obj                      # the template meshes 
    graph_dir = ./meta_data/mydataset/ddc_graph.obj                       # the embedded graph, which is a lower res ones
    rest_pose_dir = ./meta_data/mydataset/ddc.motion                      # the rest pose 
    ...
    hand_mask_dir = ./meta_data/mydataset/hand_segmentation.txt           # for Dynacap Dataset characters we comment out this entry ;D 
}
dataset {
    ...
    # dofs
    skeleton_angles = ./meta_data/mydataset/skeletoolToGTPose/poseAngles.motion
    # rotation, and translation normalized dof; of (n, n-1, n-2 th frame) w.r.t the nth frame :D
    skeleton_angles_rotation_normalized = ./meta_data/mydataset/skeletoolToGTPose/poseAnglesRotationNormalized.motion
    ...
}

from ash.

hua-zi avatar hua-zi commented on September 28, 2024 1

Maybe ASH_Train_Dataset.get_precomputed_human() in models/dataset_no_charactor_train.py can generate these files.

from ash.

Yi-Cheng0101 avatar Yi-Cheng0101 commented on September 28, 2024

Hi, as you mentioned above, there are five files we need to prepare before training. Could you provide how you preprocess your original videos and use what kind of tools to get these five files. Thanks!

from ash.

Yi-Cheng0101 avatar Yi-Cheng0101 commented on September 28, 2024

Maybe ASH_Train_Dataset.get_precomputed_human() in models/dataset_no_charactor_train.py can generate these files.

Thanks! And do you know here I place my custom video and the command to run this?

from ash.

moqiyinlun avatar moqiyinlun commented on September 28, 2024

But how can I get the "Subject0022/ddc.skin", "Subject0022/ddc.skeleton", "Subject0022/ddc.obj", "Subject0022/skeletoolToGTPose/poseAnglesRotationNormalized.motion", "Subject0022/skeletoolToGTPose/poseAngles.motion" for my own dataset, since I carefully reviewed the code and realized that generating those five cache files you mentioned requires the preparation of skeleton information in advance?

from ash.

Related Issues (6)

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.