This is a simple PyQt5 application that allows users to load an image from their file system, display the image, and show a score for the image.
main.py
: The main script to run the application.demo.py
: Contains the UI class definition generated by PyQt5's UI code generator
- Python 3.x
- PyQt5
- Run the
main.py
script to start the application: - Click on the "Load a video" or "open cam"
- A score and intermediate results will be calculated and displayed in the
ScoreLabel
.
This project is licensed under the MIT License.
版权所有 © 上海交通大学医疗机器人研究院郭遥课题组