✅ There are no timestamps in the json file. (High Importance)
✅ We get an error when we try to read the larger json file,
This one
{'id': 1676,
'stage_id': 2519,
'study_definition_id': 918,
'protocol_definition_id': 917,
'phase_definition_id': 1037,
'component_id': None,
'file': "{'url': '/uploads/study_result/time_series/file/1676/face_landmark.json'}",
'schema': 'face_landmark_json',
'schema_metadata': None,
'created_at': <pyswagger.primitives._time.Datetime at 0x1b9f2869820>,
'updated_at': <pyswagger.primitives._time.Datetime at 0x1b9f2869850>},
Is there a more robust way to save the JSON file?
Ways in which we could reduce errors could be to save Blendshapes and Landmarks in separate files? So face_landmark.json and/or face_blendshape.json
Or maybe there is another data format we could use to make it more robust?
For now that is the feedback. Happy to jump on a call if needed.
Best
Jens
✅ There are no timestamps in the json file. (High Importance)
✅ We get an error when we try to read the larger json file,
This one
Is there a more robust way to save the JSON file?
Ways in which we could reduce errors could be to save Blendshapes and Landmarks in separate files? So face_landmark.json and/or face_blendshape.json
Or maybe there is another data format we could use to make it more robust?
For now that is the feedback. Happy to jump on a call if needed.
Best
Jens