scottcali
scottcali
Hi, Same question how to convert to onnx? Thanks! -Scott
https://github.com/PINTO0309/PINTO_model_zoo/blob/main/214_EnlightenGAN/convert_script.txt
TensorRT 10.0.1.6 does not support as well: (antialias == 0) && "Antialiasing is not supported currently.
Download Netron from https://github.com/lutzroeder/netron , Netron is a viewer for neural network, deep learning and machine learning models. Download any pth model from https://github.com/hukenovs/hagrid And open the model with Netron,...
United States. Probably our company blocked the site. However, i am able to download all the models. On Sat, May 18, 2024 at 4:26 AM Alex ***@***.***> wrote: > Hello...
[pytorch_to_onnx.py.txt](https://github.com/hukenovs/hagrid/files/15393724/pytorch_to_onnx.py.txt) I try to write one pytorch_to_onnx.py, attached here, but get the following errors: python3 pytorch_to_onnx.py /home/dev/.local/lib/python3.10/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in...
Try this , same error: device = torch.device('cuda:0' if torch.cuda.is_available() else 'cpu') input = torch.randn((10, 3, 640, 1280)).float().to(device) conf = OmegaConf.load("./configs/ResNext50.yaml") model = build_model(conf) transform = Demo.get_transform_for_inf(conf.test_transforms) conf.model.checkpoint = "../ResNext50.pth"...
Can't stitch images, error code = 1
It looks like how to find CircleParameter is the key that can stich those images.
To stitch the images in ImagesForTest /9, if I use the orginal size, the width stitched image = 35708 which is more than SHRT_MAX=2^(31)=32768, that fails: opencv 4.9.0 file -...