DeepVOG v1.1.4 (Date: 31-07-2019)
Improvements:
- Added
--skip_existed
flag for skipping the operation in--table
mode if the output file already exists- Added
--skip_errors
flag for skipping the operation in--table
mode and continue the next video if error is encountered.- Added
--log_errors
flag for logging the errors and tracebacks in a file for--table
mode, when error is encountered.- Added
--no_gaze
flag for only pupil segmentation in--infer
mode.- One more column (
with_gaze
) to fill in the input csv file for--table
mode. It enables/disable gaze estimation in--table
mode.For details, see doc/documentation.md
Removed:
- Text-based User Interface (TUI) is removed.
DeepVOG v1.1.3 (Date: 24-07-2019)
Improvements:
- Added
-v
or--visualize
tag for visualization of pupil segmentation/gaze output in a new video.- Added
-m
or--heatmap
tag showing heatmap alongside with the visualized output when--visualize
is enabled.For details, see doc/documentation.md
Bug fixed:
- Fixed the sampling of fitting lines in RANSAC being not adaptive to the number of observations
- Fixed the criteria of fitting lines acceptance in RANSAC being too strict for some videos.