More Powerful CLI Commands, Stability Improvements and Updated Documentation
More Powerful CLI Commands, Stability Improvements and Updated Documentation
Create a new dataset directly when runninglightly-upload
and lightly-magic
Just replace the argument dataset_id="your_dataset_id"
with the argument new_dataset_name="your_dataset_name"
. To learn more, look at the docs,
Get only the newly added samples from a tag
lightly-download
has the flag exclude_parent_tag
If this flag is set, the samples in the parent tag are excluded from being downloaded. This is very practical when doing active learning and you only want the filenames newly added to the tag.
ActiveLearningAgent
has new attribute added_set
If you prefer getting the newly added samples from the active learning agent, just access its new attribute added_set
Minor Updates and Fixes
Updated documentation and docstrings to make working with lightly simpler.
Minor bug fixes and improvements.