aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-12Removing /usr/bin/env python from all sources except from utils scripts.Théo de la Hogue
2024-03-12Fixing tests.Théo de la Hogue
2024-03-11Incrementing ArGaze version.Théo de la Hogue
2024-03-11Removing timestamp.Théo de la Hogue
2024-03-11removing property decorator to method that was not an object property but an ↵Théo de la Hogue
object status.
2024-03-11removing property decorator to method that was not an object property but an ↵Théo de la Hogue
object status.
2024-03-11Fixing bad method name.Théo de la Hogue
2024-03-11Harmonizing name of methods returning a boolean status.Théo de la Hogue
2024-03-11Commenting documentation reference that is not available yet.Théo de la Hogue
2024-03-11Making timestamp as an optional PipelineStepMethod parameter required if the ↵Théo de la Hogue
first parameter is not a TimestampedObject.
2024-03-11Harmonizing PipelineStepMethod arguments.Théo de la Hogue
2024-03-11Moving look under try block.Théo de la Hogue
2024-03-11Fixing transition matrix display.Théo de la Hogue
2024-03-11Removing useless dataclass word.Théo de la Hogue
2024-03-11Updating argaze pipeline image.Théo de la Hogue
2024-03-11Improving annotations.Théo de la Hogue
2024-03-11Updating comments.Théo de la Hogue
2024-03-11Adding a warning.Théo de la Hogue
2024-03-11Updating comments.Théo de la Hogue
2024-02-29Merge branch 'fast_idt' into loggingThéo de la Hogue
2024-02-29Checking gaze position.Théo de la Hogue
2024-02-29Catching ValueError instead of AssertionError.Théo de la Hogue
2024-02-29Adding file for test.Théo de la Hogue
2024-02-29Updating more test.Théo de la Hogue
2024-02-29More work on time management.Théo de la Hogue
2024-02-29Fixing VelocityThresholdIdentification tests.Théo de la Hogue
2024-02-29Fixing DispersionThresholdIdentification test.Théo de la Hogue
2024-02-29First work to update DispersionThresholdIdentification.Théo de la Hogue
2024-02-29Making DataFeatures test to work again.Théo de la Hogue
2024-02-28More work on TimestampedObject and TimestampedObjectsList.Théo de la Hogue
2024-02-28Making all GazeFeatures test working again.Théo de la Hogue
2024-02-28Updating the use of with statement in documentation.Théo de la Hogue
2024-02-28More work on TimestampedGazePositions and GazeMovements.Théo de la Hogue
2024-02-28Updating GazeFeatures test.Théo de la Hogue
2024-02-28Removing useless TimeStampedAOIScenes class.Théo de la Hogue
2024-02-28Renaming Timestampbuffer into TimestampObjectsList. Defining ↵Théo de la Hogue
TimestampedObject class.
2024-02-28Major rewrite of GazePosition and timestampGazePositions classThéo de la Hogue
2024-02-26Mirroring ArUco marker pose estimation. Setting ArUco markers size too.Théo de la Hogue
2024-02-26Refactoring aruco_markers_group_export utils script.Théo de la Hogue
2024-02-26Removing default None value for working_directory argument in from_dict ↵Théo de la Hogue
classmethod. Refactoring estimate_markers_pose method.
2024-02-20Adding PrintCallStack decorator to help in debug process.Théo de la Hogue
2024-02-20Overwritting list clear method to correctly clear transition matrix and ↵Théo de la Hogue
sequence when clearing aoi scan path.
2024-02-19Commenting the use of unwrap option.Théo de la Hogue
2024-02-19Adding children property to PipelineStepObject to iterate over all sub ↵Théo de la Hogue
PipeLineStepObjects. Appending working directory to Python path.
2024-02-19Moving detection metrics into an Observer class.Théo de la Hogue
2024-02-19Adding unwrap argument to PipelineStepMethod.wrapper function in order to ↵Théo de la Hogue
fix double logs when calling ArCamera.look method.
2024-02-08Adding exception argument to video recorder on_look method in demo.Théo de la Hogue
2024-02-07Catching PipelineStepMethod exception then sharing it to observers before to ↵Théo de la Hogue
re-raise it.
2024-02-06Setting FileWriter header as tuple to remove space between column names.Théo de la Hogue
2024-02-06Adding a warning to prevent users that no eye tracker connector is provided.Théo de la Hogue