Skip to content
Snippets Groups Projects
  1. Oct 11, 2022
  2. Sep 16, 2022
  3. Sep 09, 2022
  4. Sep 08, 2022
  5. Sep 07, 2022
  6. Sep 06, 2022
  7. Jun 24, 2022
    • Cribellier, Antoine's avatar
      Added various functions and classes in camera module to: · fac4fc03
      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)
      fac4fc03
  8. Jun 01, 2022
  9. May 31, 2022
  10. May 29, 2022
  11. May 27, 2022
  12. May 26, 2022
  13. May 25, 2022
    • Cribellier, Antoine's avatar
      Bug fixes: · ae2961bb
      Cribellier, Antoine authored
      - Updated import calib in reconstructor3d.py
      - Updated dlc_cfg_path to '/home/acribellier/Desktop/Antoine/_maDLC/config.yaml'
      - Corrected docstrings
      ae2961bb
  14. May 20, 2022
  15. May 19, 2022
    • Cribellier, Antoine's avatar
      Bug fixes: · 2603e637
      Cribellier, Antoine authored
      - Corrected dynamic imports
      - Corrected file paths and names
      - Added bounds for default_pitch_a
      - Added a param_names_to_optimize (list with only the names of the parameters to optimize)
      - Changed variable names
      - Made minor docstring changes
      2603e637
Loading