https://github.com/ehofesmann/edit_label_attributes
Edit attributes of selected labels in the FiftyOne App
https://github.com/ehofesmann/edit_label_attributes
Last synced: over 1 year ago
JSON representation
Edit attributes of selected labels in the FiftyOne App
- Host: GitHub
- URL: https://github.com/ehofesmann/edit_label_attributes
- Owner: ehofesmann
- Created: 2023-11-26T17:36:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T19:16:08.000Z (about 2 years ago)
- Last Synced: 2025-02-13T05:48:30.407Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Label attribute editor
This plugin allows you to edit the attributes of selected labels in the
FiftyOne App.

## Installation
```shell
fiftyone plugins download https://github.com/ehofesmann/edit_label_attributes
```
Refer to the [main README](https://github.com/voxel51/fiftyone-plugins) for
more information about managing downloaded plugins and developing plugins
locally.
## Run Example
After installing this plugin, you can try the example yourself on the `quickstart` dataset.
```python
import fiftyone as fo
import fiftyone.zoo as foz
dataset = foz.load_zoo_dataset("quickstart")
session = fo.launch_app(dataset)
```
Click on the first image to expand it in the sample modal, select one of the
labels, then click the `Edit label attributes` button.
## TODO:
- [ ] Support video and frame label editing
- [ ] Support editing list and dict attributes like `bounding_box`