You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
363 B

#!/usr/bin/env python3
import os
def get_directory():
return os.environ['HELLO_FLEET_PATH'] + '/stretch_deep_perception_models/'
def use_neural_compute_stick():
# Currently this only work for two models: object and face
# detection. Currently it does not work with head pose
# estimation, facial landmarks, and body landmarks.
return False