diff --git a/README.md b/README.md index ba5d1a8..c36fc80 100644 --- a/README.md +++ b/README.md @@ -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` @@ -425,7 +424,8 @@ To convert non-normalized bounding box coordinates (xImage Credit: Leandro de Oliveira

+ ```python # Assuming row contains your bounding box coordinates row = {'xmax': 400, 'xmin': 200, 'ymax': 300, 'ymin': 100} diff --git a/server/requirements.txt b/server/requirements.txt index 48c17d7..bec2be0 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -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 \ No newline at end of file