摘要: tensorflow detection model zoo: 在这个链接当中哦有训练好的checkpoint: https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_mo 阅读全文
posted @ 2018-05-27 13:11 lily19 阅读(6380) 评论(0) 推荐(0)
摘要: functools.partial: 这里encoding=‘latin'是keywords的参数,等同于{encoding:"latin1"} 当调用urlunquote(args, kargs)的时候,相当于调用urlunquote(args, kargs, encoding="latin1") 阅读全文
posted @ 2018-05-27 11:56 lily19 阅读(199) 评论(0) 推荐(0)