Riccardo Vasumini
Riccardo Vasumini
I'm trying to convert this model: `model = torchvision.models.detection.maskrcnn_resnet50_fpn(pretrained=True)` This is the code of the conversion: ``` model = torch.load('/path/to/model/trained_model.pt') model.eval() device = torch.device('cuda') if torch.cuda.is_available() else torch.device('cpu') #dummy input...
##### System information (version) - OpenCV => 4.5.1.48 - Operating System / Platform => Google Colab ##### Detailed description I've got the following error: OpenCV(4.5.1) /tmp/pip-req-build-1syr35c1/opencv/modules/dnn/src/onnx/onnx_graph_simplifier.cpp:592: error: (-210:Unsupported format or...
Problema che non c'entra con le regole del gioco: Lanciando da terminale un random contro uno human, abbassando la finestra della gui e continuando a giocare da terminale lo stato...