CharlieXie

Results 5 comments of CharlieXie

@ConerK ,你好,请问你在树莓派上编译通过了吗?我在树莓派上编译报错了[https://github.com/zuoqing1988/ZQCNN/issues/95](url)

Hi @jkjung-avt, I used your configure file: https://github.com/jkjung-avt/tf_trt_models/blob/master/data/faster_rcnn_inception_v2_egohands.config to train a model on my dataset(class num 13) and then tried to convert it to TRT but still got the error:...

@q > plz save the net.state_dict() why using torch.save(net, path) doesn't work. In my case, I also need to save whole model. How can I save whole model

It's probably OpenCV version issue. The version of OpenCV used to generate this lib is 3.3. Try OpenCV 3.3.

This lib was compiled on raspberry pi 3B. It can't run on Windows. It needs to be compiled again on the specific OS which you want to run on.