opencap-core
opencap-core copied to clipboard
Main OpenCap processing pipeline
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....
Some users are having issues with videos getting cut off at the start. Since cameras can be out of sync with each other, it could be helpful to have a...
Mapping between iOS device model and internal model name https://stackoverflow.com/questions/26028918/how-to-determine-the-current-iphone-device-model
catch and send back with user-facing message https://github.com/stanfordnmbl/opencap-core/blob/main/utils.py#L551
catch and handle error https://github.com/stanfordnmbl/opencap-core/blob/main/utils.py#L105
catch and send back along with user-facing message https://github.com/stanfordnmbl/opencap-core/blob/main/utils.py#L249
catch and send error back with a user-facing message https://github.com/stanfordnmbl/opencap-core/blob/main/utils.py#L101
Example lines: https://github.com/stanfordnmbl/opencap-core/blob/6cf210e3738cad66d20827d577182f5323a643b2/utils.py#L105 https://github.com/stanfordnmbl/opencap-core/blob/local-docker/utils.py#L861 https://github.com/stanfordnmbl/opencap-core/blob/local-docker/utils.py#L882
https://github.com/stanfordnmbl/opencap-core/blob/6cf210e3738cad66d20827d577182f5323a643b2/utils.py#L100 Errors include 104, 5xx
- [x] Updated services flowchart - [x] Updated database flowchart - [ ] Swagger API Documentation - [ ] Centralize procedure instructions - [ ] intrinsics - [ ] maintaining...