Skip to content

Active Learning for Keypoint Detection and New API Workflows

Compare
Choose a tag to compare
@philippmwirth philippmwirth released this 08 Mar 10:08
· 702 commits to master since this release
e353a9d

Active Learning for Keypoint Detection and New API Workflows

Active Learning: Keypoint Detection

#707 added an active learning scorer for keypoint detection. This means that you can now do active learning for keypoint detection with Lightly!

New API Workflows

With #712 and #714 we added all the necessities to configure and run the compute worker from your Python code.

Access Shared Datasets

#722 makes it possible to access datasets which were shared with you in the Lightly web-app from your Python code as if they were your own.

Documentation

We made many smaller changes and fixes in the docs 🙂

Models