This is an simple GUI application based on pyQt5.
- Download Our pretrained model "100-epoch-VGG" here or train one by yourself.
- Run
python main.py
and select "MYVGG" model via the "Load model" button. You can also load your own model via this button too. - Click the "Test random dataset image" to show the result of a random image from test dataset.
- Show the result of a user-preovided image via the "Test image" button.
- Show the result of real-time camera detector via the "Real-time camera detect" button.
- Download our pretrained ResNet34V2 here.
- Run
python main_resnet.py
and select ResNet34V2 via the "Load model" button. - to 5. are the same usage as the VGGNet application.