DeepFly3D icon indicating copy to clipboard operation
DeepFly3D copied to clipboard

Motion capture (markerless 3D pose estimation) pipeline and helper GUI for tethered Drosophila.

Results 6 DeepFly3D issues
Sort by recently updated
recently updated
newest added

Owing to the proposed "Pictorial structure based calibration", ideally I should just provide detected 2D as input and get the 3D structure if I am understanding the paper correctly. Thus,...

In d8f4b88 we relaxed the scipy version requirement a bit, but `scipy==1.4.1` still only has wheels for python3.8 and below (see available wheels at https://pypi.org/project/scipy/1.4.1/#files). The latest version of scipy...

Currently the output of df3d is saved inside the images folder (behData>images>df3d). This makes it very annoying to access when all the videos are saved as individual images in that...

Currently there's a value `image_shape` in `config.py` that users have to set based on the size of their images. This is suboptimal. The image shape should just be read from...

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...