Skip to content

convert video labels from vatic.js to input for openpose or deeplabcut

Notifications You must be signed in to change notification settings

cchamber/convert_videolabels_to_NNinput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

convert_videolabels_to_NNinput

convert video labels from vatic.js to input for openpose or deeplabcut

About this repo

Steps

  • Upload video to vatic.js. Code can be run locally or here. Video example files in ./files/video.
  • Label video, including bounding box around the figure. Can upload example frame zip file in ./files/frame_zip and xml file in ./files/xml to see labels
  • Download output files. Vatic produces a zip file containing frames from the video and an xml file containing the labels. Unzip frame zip file. Examples in ./files/xml and ./files/image
  • To get openpose .json file and resized images, run notebook xml_to_openposeNNinput.ipynb. Change notebook for use case.
  • To get deeplabcut pandas dataframe and resized images, run notebook xml_to_DLCNNinput.ipynb. Change notebook for use case.

About

convert video labels from vatic.js to input for openpose or deeplabcut

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published