glassesValidator v2.0.0
Major update. Not backward compatible. glassesValidator project folders made with any version 1 have to be recreated. You can however manually copy the markerInterval.tsv
files from the old working folder to the new folder so that you do not have to redo the manual coding step.
Updates to version 2:
- Drastically improved coding interface for indicating the validation intervals
- Option (under advanced options -> Project -> copy scene video on import) to not copy the scene video to the glassesValidator project, but use it from its original location. As long as you do not move the source folder of a recording, this will massively reduce the storage space needed for a glassesValidator project folder.
- Many performance and correctness fixes.
- For API users: much of the functionality has been split off into the new glassesTools module, for instance all the functionality in
glassesValidator.preprocess
but also the logic for ArUco marker detection and transforming gaze data to the plane. If you were using some of this functionality directly, you will need to switch to (also) using the glassesTools module.