- Jan 26, 2023
-
-
Cribellier, Antoine authored
+ added first_frame and missing frames in BatchSettings + fixes issues with np.arrays (dtype=object)
-
- Jan 25, 2023
-
-
Cribellier, Antoine authored
Added posibility to know the id of the calibration point when plotted during error analysis, better allow identification of points to remove
-
Cribellier, Antoine authored
+ Made finding shared substring (for image files) much faster + some bug fixing
-
- Jan 06, 2023
-
-
Cribellier, Antoine authored
Major development of the various modules + many bugs were solved See merge request cribe001/dlc_flytracker!10
-
- Dec 09, 2022
-
-
Cribellier, Antoine authored
Added intrinsic_from_extrinsic_and_coordinates and extrinsic_from_intrinsic_and_coordinates in camera.calib + renamed coords to coord when referring to a single set of 3d coordinates [x, y, z]
-
Cribellier, Antoine authored
Made nb_dim a optional input for estim_dlt_coef
-
- Nov 25, 2022
-
-
Cribellier, Antoine authored
-
Cribellier, Antoine authored
+ added example _full.pickle + removed Jupyter notebooks
-
- Nov 22, 2022
-
-
Cribellier, Antoine authored
-
Cribellier, Antoine authored
+ Add main() in test functions + Changed res_method to fit_method
-
- Nov 01, 2022
-
-
Cribellier, Antoine authored
+ Merged camera.py and virtual_camera.py into objects.py
-
- Oct 25, 2022
-
-
Cribellier, Antoine authored
Wrote a test function test_calib_multi_focus to test calibration of one camera for multiple focus distances and focal lentghs
-
- Oct 21, 2022
-
-
Cribellier, Antoine authored
-
- Oct 19, 2022
-
-
Cribellier, Antoine authored
Added estimMDLT to estimate modified DLT coefficient (higher accuracy and orthogonal matrix -> needed to estimate quat) + Various changes to calib.py and debugging of related test functions
-
- Oct 17, 2022
-
-
Cribellier, Antoine authored
+ Modified settings to match recordings + Added sorting of frame numbers in ImageSequence class + Corrected back get_rotation_angle_btw_vectors + Some correction of docstrings
-
- Oct 13, 2022
-
-
Cribellier, Antoine authored
+ remove TODOs about using [0., 0., 1.] instead of [1., 0., 0.], was not necessary
-
- Oct 11, 2022
-
-
Cribellier, Antoine authored
+ Minor edits
-
Cribellier, Antoine authored
-
Cribellier, Antoine authored
+ Updated printed message during analysis + Changed folder tree + renamed some parameters files + Minor edits in Readme.md
-
Cribellier, Antoine authored
-
Cribellier, Antoine authored
-
- Sep 16, 2022
-
-
Cribellier, Antoine authored
-
- Sep 09, 2022
-
-
Cribellier, Antoine authored
Add correction factor to convert units of 3d coordinates use for the calibration (eg millimeters to meters)
-
- Sep 08, 2022
-
-
Cribellier, Antoine authored
-
- Sep 07, 2022
-
-
Cribellier, Antoine authored
+ Added functions to update .yaml with wing (skeleton/geometry) 3d coordinates from a .csv file that contains 2d coordinates
-
- Sep 06, 2022
-
-
Cribellier, Antoine authored
-
Cribellier, Antoine authored
Minor edits (TODOs, docstrings, renaming variables, ...) and some minor debugging (dealing with nans, ...)
-
- Jun 24, 2022
-
-
Cribellier, Antoine authored
- DLT coefficient to/from intrinsic and extrinsic camera parameters (pinhole model) - Improve modeling of 3d object, camera, mirror on a gimbal, and virtual camera - test rotation matrices and pinhole camera model + Changed convention for normal vector of non-rotated object (from [1, 0, 0] to [0, 0, 1]) + Use extrinsic rotation 'xyz' instead of intrinsic 'ZYX' for scipy.transform.Rotation + Implemented quaternions for calibration, Object3D, Camer, etc. But still need to implement them in skeleton_fitter + Improve documentation (doctstrings)
-
- Jun 01, 2022
-
-
Cribellier, Antoine authored
-
Cribellier, Antoine authored
+ Other minor changes
-
Cribellier, Antoine authored
Moved VirtualCamera(s) classes in their own .py + Various changes to VirtualCamera to prevent problems (e.g. it's not possible to set X,Y,Z and alpha,beta,gamma) +Small changes to README.md
-
- May 31, 2022
-
-
Cribellier, Antoine authored
-
Cribellier, Antoine authored
Worked on camera classes to handle 3d object(s), (virtual and real) camera(s) and mirror(s). (Work in progress) + Moved all virtual camera classes to cameras.py
-
- May 29, 2022
-
-
Cribellier, Antoine authored
Added functions to compute dlt coefficients from and to intrinsinc/extrincic parameters. (Work in progress) Added camera classes to handle 3d object(s), (virtual and real) camera(s) and mirror(s). (Work in progress) + Moved example calibration files + Minor changes in README.md
-
- May 27, 2022
-
-
Cribellier, Antoine authored
-
- May 26, 2022
-
-
Cribellier, Antoine authored
-
Cribellier, Antoine authored
-
Cribellier, Antoine authored
All settings can now be read from a unique yaml file that contains settings for the batch processing and the protocol (e.g. all process steps)
-
- May 25, 2022
-
-
Cribellier, Antoine authored
Bug fixes for the various test functions See merge request cribe001/dlc_flytracker!9
-
Cribellier, Antoine authored
- Updated import calib in reconstructor3d.py - Updated dlc_cfg_path to '/home/acribellier/Desktop/Antoine/_maDLC/config.yaml' - Corrected docstrings
-