You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autoscoper only supports specific hard-coded paths for loading tracking files and camera filters (and a single filter file across multiple cameras) when a trial is loaded. Note, the paths shown below are not updated anywhere.
Moving forward, we can build off of the newer config loader I introduced in PR #125. We can add support for customizing these paths within the config file while still maintaining backward compatibility with the older files.
Another idea is to automatically save the tracking data and filter into these paths whenever the user hits Crtl+s, this way the user wont need to manually save all of these files.
We would also need to tweak the config generator to support this.
Example:
version 1.2
TrackingDataPath SomeFolderName
CameraFilterPath SomeOtherFolderName
# normal config would continue below
The text was updated successfully, but these errors were encountered:
This issue was created based on comments originally posted by @amymmorton in #142 (comment)
Autoscoper only supports specific hard-coded paths for loading tracking files and camera filters (and a single filter file across multiple cameras) when a trial is loaded. Note, the paths shown below are not updated anywhere.
Autoscoper/autoscoper/src/ui/AutoscoperMainWindow.cpp
Lines 1129 to 1132 in 2760d93
Moving forward, we can build off of the newer config loader I introduced in PR #125. We can add support for customizing these paths within the config file while still maintaining backward compatibility with the older files.
Another idea is to automatically save the tracking data and filter into these paths whenever the user hits
Crtl+s
, this way the user wont need to manually save all of these files.We would also need to tweak the config generator to support this.
Example:
The text was updated successfully, but these errors were encountered: