Skip to content

demo to test run realtime arduino trigger for asoid classifier

License

Notifications You must be signed in to change notification settings

vmani123/realtime-asoid

 
 

Repository files navigation

realtime-asoid

demo to test run realtime arduino trigger for asoid classifier

Examine a particular video in post-hoc

conda activate DLC-GPU
ipython
import tensorflow as tf
import deeplabcutcore as deeplabcut
config_path = r'D:\bottomup_clear-hsu-2021-09-21\config.yaml'
video_path = [r'C:\Users\jimi\Documents\GitHub\realtime-asoid\videos\video_1.mp4']
deeplabcut.analyze_videos(config_path, videos=video_path, save_as_csv=True)

output csv file can be found in

C:\Users\jimi\Documents\GitHub\realtime-asoid\videos

About

demo to test run realtime arduino trigger for asoid classifier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Python 0.3%