Files
Grounded-SAM-2/README.md

29 lines
1.3 KiB
Markdown
Raw Normal View History

2024-12-11 15:55:25 +08:00
## Grounded SAMURAI
2024-11-20 00:34:15 -08:00
2024-12-11 15:55:25 +08:00
We have tried to implement Grounded SAMURAI for long video object tracking and segmentation.
2024-11-06 14:57:44 -08:00
2024-12-11 15:55:25 +08:00
[![Video Name]()](https://github.com/user-attachments/assets/51db13b6-1083-4c22-af14-c34e09403591)
2024-11-21 11:50:29 -08:00
2024-12-11 15:55:25 +08:00
## Installation
2024-11-20 12:40:21 -08:00
2024-12-11 15:55:25 +08:00
### Install SAMURAI
Please refer to [SAMURAI Install](./SAMURAI_README.md) for more details.
2024-11-21 11:50:29 -08:00
2024-12-11 15:55:25 +08:00
### Register on Offical Website to Get API Token
2024-11-19 22:58:30 -08:00
2024-12-11 15:55:25 +08:00
- **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.
2024-11-06 14:57:44 -08:00
2024-12-11 15:55:25 +08:00
- **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.
2024-11-06 14:57:44 -08:00
2024-12-11 15:55:25 +08:00
**Note:** If you encounter some errors with API, please install the latest version of `dds-cloudapi-sdk`:
2024-11-06 14:57:44 -08:00
2024-12-11 15:55:25 +08:00
```bash
pip install dds-cloudapi-sdk --upgrade
```
2024-12-05 09:45:53 -08:00
2024-12-11 15:55:25 +08:00
### Demos
2024-11-17 01:11:26 -08:00
2024-12-11 15:55:25 +08:00
```bash
python grounded_samurai_dinox.py
2024-11-06 14:57:44 -08:00
```