没有用服务器,同时也可以可视化,但是就是不显示这个预测的图片
PS D:\Python\ssd-pytorch-master> python predict.py
logs/best_epoch_weights.pth model, anchors, and classes loaded.
Configurations:
| keys | values|
| model_path | logs/best_epoch_weights.pth|
| classes_path | model_data/voc_classes.txt|
| input_shape | [300, 300]|
| backbone | vgg|
| confidence | 0.5|
| nms_iou | 0.45|
| anchors_size | [30, 60, 111, 162, 213, 264, 315]|
| letterbox_image | False|
| cuda | False|
Input image filename:img/street.jpg
PS D:\Python\ssd-pytorch-master>
没有用服务器,同时也可以可视化,但是就是不显示这个预测的图片
PS D:\Python\ssd-pytorch-master> python predict.py
logs/best_epoch_weights.pth model, anchors, and classes loaded.
Configurations:
| keys | values|
| model_path | logs/best_epoch_weights.pth|
| classes_path | model_data/voc_classes.txt|
| input_shape | [300, 300]|
| backbone | vgg|
| confidence | 0.5|
| nms_iou | 0.45|
| anchors_size | [30, 60, 111, 162, 213, 264, 315]|
| letterbox_image | False|
| cuda | False|
Input image filename:img/street.jpg
PS D:\Python\ssd-pytorch-master>