stanfordnmbl / opencap-core

Main OpenCap processing pipeline
Apache License 2.0
144 stars 112 forks source link

Bug local reprocessing is no main settings #157

Open antoinefalisse opened 4 months ago

antoinefalisse commented 4 months ago

Add support for main_settings = getMainSettings(trial_id) is None

def checkAndGetPosePickles(trial_id, session_path, poseDetector, resolutionPoseDetection, bbox_thr):

Check if the pose pickles for that set of settings exist.

# Load main_settings yaml.
main_settings = getMainSettings(trial_id)