Closed dnth closed 1 year ago
The new api v1 allows settings a command line argument named annotations where you send a pandas dataframe with a column named "label" per each image (column is img_filename). This is a bit of a change vs. the previous get_label_func. Let us know if this is usable or you would like to see something else?
Is there a sample code of how to get the labels using the v1 API?
Here is the example, look for annotations https://visual-layer.readme.io/docs/analyzing-labeled-images Let us know if it is not clear
Closing this one. get_label_func() can be still used via 0.2 API https://visual-layer.readme.io/docs/v02xx-api
Python version -
3.10
fastdup version -0.214
OS -Ubuntu 20.04
I'm trying to pass in
get_label_func
tofd.vis.duplicates_gallery
I encountered the following error