Python 3.10
virtualenv --python=python3.10 .venv
source venv/bin/activate
pip install -r requirements.txt
Las fotografias tomadas se recortaron usando la aplicacion gThumb
Para redimensionar a un tamaño de 500x500 se usó el utilitario convert de linea de comandos.
find . -maxdepth 1 -iname "*.jpg" | xargs -L1 -I{} convert -resize 500x500 "{}" resize/"{}"
python training
python testing
No. | ETIQUETADA | SEGUN MODELO | % |
---|---|---|---|
1 | BUENA | BUENA | 70 |
2 | BUENA | BUENA | 70 |
3 | BUENA | BUENA | 70 |
4 | BUENA | BUENA | 70 |
5 | MALA | MALA | 65 |
6 | MALA | MALA | 65 |
7 | MALA | MALA | 62 |
8 | MALA | MALA | 71 |
9 | MALA | MALA | 70 |
10 | MALA | MALA | 70 |
11 | MALA | MALA | 68 |
python pyqt6cam
https://iqraanwar.medium.com/how-to-detect-rotten-fruits-using-image-processing-python-be2d39abc709
https://github.com/IqraBaluch/Detection-of-Rotten-Fruits-DRF-Using-Image-Processing-Python
https://core.ac.uk/download/pdf/296347784.pdf
https://www.sciencedirect.com/science/article/pii/S2352340922007594