diegoaldarondo / Label3D

Labeling GUI for multi-camera tracking
33 stars 11 forks source link

Load frame updates & merge handlabel2d #24

Closed caxon closed 7 months ago

caxon commented 7 months ago

Various updates:

  1. Merge changes from handlabel2d branch
  2. Load frames using native MATLAB VideoReader & read function. As a result:
    • able to run natively on new machines (e.g. apple silicon macs)
    • faster to load frames from across a large video file
  3. Optimize loading video frames (pre-allocate arrays & load with parallel threads)
  4. Reorganize example script to make it easier to adapt to new project
  5. Set save location to project folder when starting label3d via the example script
  6. Misc. code & readability improvements