visual-layer / fastdup

fastdup is a powerful, free tool designed to rapidly generate valuable insights from image and video datasets. It helps enhance the quality of both images and labels, while significantly reducing data operation costs, all with unmatched scalability.
Other
1.6k stars 77 forks source link

Error when using overwrite argument. #122

Closed pranavchaturved closed 1 year ago

pranavchaturved commented 1 year ago

Fastdup Version: Version: 0.906

Python Version: 3.8.16

OS: ProductName: macOS ProductVersion: 13.0 BuildVersion: 22A380

Error: AssertionError: there is already an active fastup run on the working dir, change work_dir or run with overwrite=True.

Occurs when running: fd.run(nearest_neighbors_k=nearest_neighbors_k, cc_threshold=cc_threshold, overwrite=True )

As I understand, overwrite=True is already being used but still I get error which says to use overwrite=True.

nagar-omer commented 1 year ago

Hi We excluded this option for current version, Next version will include a safer overwrite option.

dbickson commented 1 year ago

Should be fixed in 0.908