Skip to content

zhijiesun/ThreeDPoseTracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreeDPoseTracker (preparing now)

Install and Tutorial

Download and put files

  1. Download the zip file from the releases page and unzip it.

  2. Download onnx from our home page by clicking following URL in our HP.
    https://digital-standard.com/threedpose/models/HighQualityTrainedModel.nn

  3. Move the downloaded HighQualityTrainedModel.nn file to ThreeDPoseTracker_Data/StreamingAssets in the unzipped folder.

How to Use

  1. Since we haven't created an quit button yet, check Windowed in the first Configuration and press the Play button.

    200319-01.png

  2. When the window opens, select whether to use a video file or a USB camera from the Source device.
      Here is a sample movie file.(https://github.com/digital-standard/ThreeDPoseTracker/tree/master/SampleVideo)

    If you connect a USB camera after starting the application, restart the application.
    200324-01.png

  3. Configuraton Menu

    200324-02.png

    Switch the trained model on the Configuration screen. Select high quality or low quality in the item of "Trained Model". High quality Model recommends GPU of GTX1070 or more.

  200324-03.png
  If it exceeds 100fps, please adjust LowPassFilter to about 0.5 on the Configuration screen

  1. Add Avatar Menu

200323-01.png

Select Avatar in the Avatar menu. You can add VRM Avatar on the "Add Avatar" screen.
Here is a sample VRM file.(https://github.com/digital-standard/ThreeDPoseTracker/tree/master/Avatars)

200323-02.png

Upload the file from the "File" button.
※FBX files are not yet available.
Avatar name: Avatar name
Default position: Start position
Depth scale in: Depth scale of depth movement ratio
Scale: Avatar size
Skeleton: Skeleton Display
Default position: Skeleton start position
Scale: Skeleton size

  1. Close Menu
    The button to hide the menu. The menu is displayed again by pressing the space key. While the menu is not displayed, you can change the camera angle by left-clicking the mouse and change the avatar by right-clicking.

    200319-04.png

Source

Created with Unity ver 2019.3.13f1.
We use Barracuda 1.0.0 to load onnx.

Unity Standalone File Browser 1.2(https://github.com/gkngkc/UnityStandaloneFileBrowser)

Performance Report

High Quality Trained Model

GeForce RTX2070 SUPER ⇒ About 30 FPS
GeForce GTX1070 ⇒ About 20 FPS

Low Quality Trained Model

GeForce RTX2070 SUPER ⇒ About 60 FPS

License

Non-commercial use

・Please use it freely for hobbies and research.
When redistributing, it would be appreciated if you could enter a credit (Digital- Standard Co., Ltd.).

・The videos named as "Action_with_wiper.mp4"( original video: https://www.youtube.com/watch?v=C9VtSRiEM7s) and "onegai_darling.mp4"(original video: https://www.youtube.com/watch?v=tmsK8985dyk) contained in this code are not copyright free. So you should not use those of files in other places without permission.

Unitychan

We follow the Unity-Chan License Terms.
https://unity-chan.com/contents/license_en/
Light_Frame.png

Commercial use

・In the case of developping application including free application for advertising, it costs $500 per developer. About complicated case, please contact us.
・In the case of using this on cloud server, please contact us.
・In the case of creating motion or delivering the video, and the earnings surpass $500 or there is the expectation, it costs $500. Otherwise it is for free.

Contact

If you have any questions, please feel free to contact us from following URL.
Contact form: https://digital-standard.com/contact/
E-Mail: info@digital-standard.com
https://digi-rooms.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.4%
  • ShaderLab 1.5%
  • Other 1.1%