Skip to content

Commit

Permalink
remove unused package from server
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Jul 14, 2024
1 parent 24203fe commit 3d4517d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ annotation-lab/
### Server
- [Flask](https://flask.palletsprojects.com/en/3.0.x/)
- [Pandas](https://pandas.pydata.org/)
- [NumPy](https://numpy.org/)
- Other dependencies as listed in `requirements.txt`


Expand Down Expand Up @@ -425,7 +424,8 @@ To convert non-normalized bounding box coordinates (x<sub style="font-size: 0.8e
![yolo-normalization](./sample_images/yolo-normalization.png)
Image Credit: Leandro de Oliveira
<p align="center">Image Credit: Leandro de Oliveira</p>
```python
# Assuming row contains your bounding box coordinates
row = {'xmax': 400, 'xmin': 200, 'ymax': 300, 'ymin': 100}
Expand Down
1 change: 0 additions & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ flask-cors
pandas
pillow
requests
numpy
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
black

0 comments on commit 3d4517d

Please sign in to comment.