Ask Your Question

prasadCV's profile - activity

2020-12-07 04:40:15 -0600 received badge  Notable Question (source)
2020-11-06 01:02:54 -0600 received badge  Student (source)
2020-10-12 08:56:30 -0600 received badge  Popular Question (source)
2019-10-26 15:24:33 -0600 commented question cv2.dnn.readNetFromTorch(pretrained_model_path) throws error

Thank you for your answers. Instead of using onnx or using openCV can I just use the model which was saved using PyTorch

2019-10-26 01:30:48 -0600 commented question cv2.dnn.readNetFromTorch(pretrained_model_path) throws error

opencv-python==4.1.0.25 I used the Github open source project to train from https://github.com/davidtvs/PyTorch-ENet

2019-10-26 01:14:09 -0600 asked a question cv2.dnn.readNetFromTorch(pretrained_model_path) throws error

cv2.dnn.readNetFromTorch(pretrained_model_path) throws error When a model is trained and saved using official PyTorch(ht