sleap-mit-tutorial icon indicating copy to clipboard operation
sleap-mit-tutorial copied to clipboard

Slides, code and data for SLEAP tutorial at MIT on July 9, 2020.

Results 1 sleap-mit-tutorial issues
Sort by recently updated
recently updated
newest added

from sleap.nn.inference import TopdownPredictor,Tracker predictor = TopdownPredictor.from_trained_models( centroid_model_path="C:/Users/designlion/Documents/openvino_notebooks/notebooks/0000001sleap-mit-tutorial/sleap-mit-tutorial-master/models/baseline_model.centroids", confmap_model_path="C:/Users/designlion/Documents/openvino_notebooks/notebooks/0000001sleap-mit-tutorial/sleap-mit-tutorial-master/models/baseline_model.topdown", ) predictor.tracker = Tracker.make_tracker_by_name(tracker="simple") ImportError Traceback (most recent call last) Input In [2], in () ----> 1 from sleap.nn.inference import TopdownPredictor,Tracker...