进行可视化观测

test_net.py中的parser.add_argument('--vis', dest='vis', help='visualize detections',
                        action='store_true')

改为parser.add_argument('--vis', dest='vis', help='visualize detections',
                        action='store_true',default = 'True')

原文地址:https://www.cnblogs.com/ymjyqsx/p/7530795.html