NeLy-EPFL / DeepFly3D

Motion capture (markerless 3D pose estimation) pipeline and helper GUI for tethered Drosophila.
GNU Lesser General Public License v3.0
89 stars 17 forks source link

Color left hind leg cyan in 2D video #52

Closed jasper-tms closed 1 month ago

jasper-tms commented 2 months ago

When making a 2D or 3D video of df3d results, both of the fly's two hind legs are green in the 2D views. In the 3D view, the left hind leg is cyan and the right hind leg is green.

jasper-tms commented 1 month ago

Turns out this color is specified in pyba's config.py. Lines 26-29 are (0, 255, 0) but should be (0, 255, 255) to match what's in df3d's skeleton_fly.colors