demo to test run realtime arduino trigger for asoid classifier
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