charlieWyatt

Results 4 comments of charlieWyatt

Thanks @sovit-123 I appreciate the response. I am printing out the image.shape here in onnx_inference_image.py- ![image](https://github.com/sovit-123/fasterrcnn-pytorch-training-pipeline/assets/61822701/93454a78-ae42-4e96-bfdf-9e87bf4cf838) And am getting a value of - `torch.Size([1, 3, 640, 640])` Here is an...

inference on same image folder path using inference.py - `python inference.py --data data_configs/iNaturalist.yaml --weights outputs/training/fasterrcnn_mobilenetv3_large_fpn_iNaturalist/best_model.pth --input ../input/iNaturalist/inference_images/` ![magpie](https://github.com/sovit-123/fasterrcnn-pytorch-training-pipeline/assets/61822701/18abbec9-13b5-4114-af75-a4821de2d4c0) Old versions - onnxruntime version - 1.16.3 onnx version - 1.15.0 Tried...

I have a suspicion it is because of the redefinition of the roi heads in the mobilenet model on line 16 - ![image](https://github.com/sovit-123/fasterrcnn-pytorch-training-pipeline/assets/61822701/231759bb-6031-4523-b567-be0d9d4ebc26) Also the inference error seems to indicate...

No worries, thanks @sovit-123!