Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -133,8 +133,9 @@ The training process demonstrates excellent convergence with:
133
  ```python
134
  pip install -q rfdetr==1.2.1 supervision==0.26.1
135
  ```
 
136
 
137
- You can use: [video_processing.py](https://huggingface.co/Subh775/Threat-Detection-RF-DETR/blob/main/video_processing.py) to process large videos
138
 
139
  ```python
140
  import numpy as np
@@ -208,4 +209,4 @@ annotated_image
208
  - **PyTorch** ecosystem for deep learning framework
209
  - **Supervision** library for computer vision utilities
210
 
211
- **Disclaimer**: This model is designed for research purposes. It's predictions cannot be taken into account for deployment.
 
133
  ```python
134
  pip install -q rfdetr==1.2.1 supervision==0.26.1
135
  ```
136
+ - You can use: [video_processing.py](https://huggingface.co/Subh775/Threat-Detection-RF-DETR/blob/main/video_processing.py) to process large videos
137
 
138
+ - Below is the script to process a single image
139
 
140
  ```python
141
  import numpy as np
 
209
  - **PyTorch** ecosystem for deep learning framework
210
  - **Supervision** library for computer vision utilities
211
 
212
+ **Disclaimer**: This model is designed for research purpose only. It's predictions cannot be taken into account for deployment right now.