clancylian
clancylian
you should use their version caffe, but not the latest caffe
you should install cuda and TensorRT. If you want to inference by caffe, you should also intall caffe. you can see error log when you do cmake, and install what...
R50模型转换可以看下有没有不支持的层,如果有的话可能不能直接转。需要自己写模型转换工具。
你的测试环境是什么?
这个不应该吧,R50都比这个块。
what's your problems?
can you use caffe model directly instead of use tensorRT model ? if caffe model is not occur error , you should set shape in .prototxt the same as the...
class PlateDetector(): detector = None def __init__(self, level='high'): self.detector = lpr3.LicensePlateCatcher(detect_level=lpr3.DETECT_LEVEL_HIGH if level=='high' else lpr3.DETECT_LEVEL_LOW) def format_plate(self, plate): plate_type = type_list[plate[2]] if plate_type == '绿牌新能源' and not plate[0][2].isalpha(): plate_type =...