Skip to content

Releases: dcnieho/glassesValidator

glassesValidator 2.0.4

23 Oct 13:17
Compare
Choose a tag to compare

Improve compatibility with 3.11+ Pythons (in edge case only programmatic user might run into)

glassesValidator 2.0.3

18 Oct 11:17
Compare
Choose a tag to compare
  • Update for coder GUI fixes in glassesTools dependency

glassesValidator v2.0.2

17 Oct 11:29
Compare
Choose a tag to compare
  • fix regression in recording table that could cause a crash

glassesValidator v2.0.1

16 Oct 10:30
Compare
Choose a tag to compare
  • 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

05 Oct 12:41
Compare
Choose a tag to compare

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

05 May 19:33
Compare
Choose a tag to compare
  • 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

glassesValidator v1.2.4

13 Mar 16:12
Compare
Choose a tag to compare
  • Renamed SeeTrue to SeeTrue STONE. This is a breaking change in that projects with data from the SeeTrue in them from versions prior to 1.2.4 cannot be opened in this version anymore. You have to remove the recordings using the older version and reimport them using this version.
  • Added hardcoded default camera calibration matrix for SeeTrue STONE

glassesValidator v1.2.3

29 Feb 15:05
Compare
Choose a tag to compare

Fix regression where glassesValidator didn't work when you do not have a camera calibration and therefore only have gaze on plane by means of homography.

glassesValidator v1.2.2

14 Feb 13:45
Compare
Choose a tag to compare
  • deploy config was not updated for new OpenCV version

glassesValidator v1.2.1

08 Feb 14:21
Compare
Choose a tag to compare
  • fixed building of exe, again