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

`test_missing_camera` is failing #44

Closed jasper-tms closed 1 month ago

jasper-tms commented 5 months ago

In tests.py, test_missing_camera() attempts to call df3d-cli on a folder that doesn't exist. I think some lines of code may be missing that prepare a folder with image data from only some cameras.

If anyone knows whether df3d is actually supposed to behave well will some missing cameras, or if this was a test that someone optimistically started writing without any actual implementation of the desired behavior in the package yet, let me know so I know whether to care about this test failing :sweat_smile:

Dominic-DallOsto commented 1 month ago

Yeah, I had the same problem / confusion. From what I can tell it isn't possible to run df3d at the moment with anything other than 7 cameras anyway?

Dominic-DallOsto commented 1 month ago

I redid the tests and removed this in #53