spider
Results
1
comments of
spider
I use the following code to realize QR code recognition: ``` NSString *detector_prototxt_path = [bundle pathForResource:@"detect" ofType:@"prototxt"]; NSString *detector_caffe_model_path = [bundle pathForResource:@"detect" ofType:@"caffemodel"]; NSString *super_resolution_prototxt_path = [bundle pathForResource:@"sr" ofType:@"prototxt"]; NSString...