29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
## Grounded SAMURAI
|
|
|
|
We have tried to implement Grounded SAMURAI for long video object tracking and segmentation.
|
|
|
|
[![Video Name]()](https://github.com/user-attachments/assets/51db13b6-1083-4c22-af14-c34e09403591)
|
|
|
|
## Installation
|
|
|
|
### Install SAMURAI
|
|
Please refer to [SAMURAI Install](./SAMURAI_README.md) for more details.
|
|
|
|
### Register on Offical Website to Get API Token
|
|
|
|
- **First-Time Application**: If you are interested in our project and wish to try our algorithm, you will need to apply for the corresponding API Token through our [request API token website](https://cloud.deepdataspace.com/apply-token?from=github) for your first attempt.
|
|
|
|
- **Request Additional Token Quotas**: If you find our project helpful and need more API token quotas, you can request additional tokens by [filling out this form](https://docs.google.com/forms/d/e/1FAIpQLSfjogAtkgoVyFX9wvCAE15mD7QtHdKdKOrVmcE5GT1xu-03Aw/viewform?usp=sf_link). Our team will review your request and allocate more tokens for your use in one or two days. You can also apply for more tokens by sending us an email.
|
|
|
|
**Note:** If you encounter some errors with API, please install the latest version of `dds-cloudapi-sdk`:
|
|
|
|
```bash
|
|
pip install dds-cloudapi-sdk --upgrade
|
|
```
|
|
|
|
### Demos
|
|
|
|
```bash
|
|
python grounded_samurai_dinox.py
|
|
```
|