NeuralSIGHT is our final bachelor capstone project for detecting breast cancer mass using YOLO darknet and PyQt.
- PyQt5
- YOLO darknet installed
- OpenCV >= 4.4.0
Follow AlexeyAB's instruction of How to compile YOLO darknet on Linux or Windows
Simple installation from PyPI
pip install PyQt5
pip install opencv-python
From Conda
conda install -c anaconda pyqt
- Move
mainCV.py
,main_windowCV.py
, andsplashscreen.py
to your darknet folder. - Put your
your-weight.weights
to weights folder.
Run mainCV.py
for OpenCV version inference