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

Post hoc generation of 3d videos fails #15

Closed faymanns closed 4 years ago

faymanns commented 4 years ago

df3d-cli -skip -3d /ramdya-nas/FA/191129_ABO/Fly1/001_coronal/behData/image raises the following error

Traceback (most recent call last):
  File "/home/aymanns/.conda/envs/mydeepfly/bin/df3d-cli", line 11, in <module>
    load_entry_point('deepfly', 'console_scripts', 'df3d-cli')()
  File "/home/aymanns/DeepFly3D/deepfly/CLI/main.py", line 29, in main
    return run(args)
  File "/home/aymanns/DeepFly3D/deepfly/CLI/main.py", line 170, in run
    nothing_to_do = args.skip_estimation and (not args.vid2d) and (not args.vid3d)
AttributeError: 'Namespace' object has no attribute 'vid2d'