Watch the recording of this hacky hour discussion to see the original failing test scenarios. These should all pass!
- Static testing
- Assertions (Sanity Check)
- Unit testing
- Load a CSV of bounding boxes (Data from luderick-seagrass dataset)
- Find the center x point of each bounding box
- Calculate the mean of the center x points
- In terminal, run
pip install -r requirements.txt
- In terminal, run
jupyter notebook - Alternatively, open with VSCode with Python extension
- Open get_bbox_center.ipynb
- Unit tests are written in utils_test.py
- In terminal, run
pytest
