Releases: dcnieho/glassesValidator
glassesValidator v2.0.8
glassesValidator: fixed regression where didn't work correctly when only homography results and no camera calibration were available.
- adjust b_codeMarkerInterval now that it can show gaze-on-plane results based only on homography as well
- e1_computeOffsetsToTargets: optimization to skip computation if all nan was wrong: homography+hardcoded viewing position was always skipped even when it shouldn't be
glassesValidator v2.0.7
bump glassesTools to fix crash in timeline when deleting events in timepoint streams
glassesValidator v2.0.6
Fixes and enhancements in API regarding data quality calculation (last stage) and export. Should also fix a crash when using left_right_average data quality type
glassesValidator v2.0.5
- bump glassesTools: fixes crash when drawing rejected markers
glassesValidator 2.0.4
Improve compatibility with 3.11+ Pythons (in edge case only programmatic user might run into)
glassesValidator 2.0.3
- Update for coder GUI fixes in glassesTools dependency
glassesValidator v2.0.2
- fix regression in recording table that could cause a crash
glassesValidator v2.0.1
- updated coder to fix problem where unmatched episode starts could not be removed
- deploying of marker images moved to glassesTools
- fixed loading of DataQualityType entries from JSON
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.
glassesValidator v1.2.5
- Now use median instead of mean when computing offset (acc) data quality measures. Since a fixation classifier is used that is robust to spikes in the data (I2MC), median is a better representation of the offset of the fixation intervals delivered by I2MC to the validation targets
- Fix two crashes in msgbox that pops up when an error occurs
- SeeTrue STONE importer:
- ensure frames are in the right order also on file systems that don't provide alphabetically ordered file listings
- removed two checks that the manufacturer said are not needed
- Hopefully make precompiled exe able to find the include ffmpeg.exe