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'
df3d-cli -skip -3d /ramdya-nas/FA/191129_ABO/Fly1/001_coronal/behData/image
raises the following error