Upload ./README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -53,6 +53,14 @@ processor = AutoProcessor.from_pretrained(
|
|
| 53 |
processor.tokenizer.pad_token = processor.tokenizer.eos_token
|
| 54 |
```
|
| 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
## Cursor detector Example
|
| 57 |
1. Load the detector model and defined class for image cropping
|
| 58 |
```python
|
|
|
|
| 53 |
processor.tokenizer.pad_token = processor.tokenizer.eos_token
|
| 54 |
```
|
| 55 |
|
| 56 |
+
|
| 57 |
+
## Download Cursor detector model
|
| 58 |
+
|
| 59 |
+
[Model Checkpoint from Drive](https://drive.google.com/file/d/1W6pv1G4ae7_Xl_MAj1wx9o8IQ2BdjH4I/view?usp=drive_link)
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
|
| 64 |
## Cursor detector Example
|
| 65 |
1. Load the detector model and defined class for image cropping
|
| 66 |
```python
|