sovit-123 / fasterrcnn-pytorch-training-pipeline

PyTorch Faster R-CNN Object Detection on Custom Dataset
MIT License
223 stars 75 forks source link

predections #137

Open merbenf opened 6 months ago

merbenf commented 6 months ago

how can i do predctions after training the dataset to see the result ?

sovit-123 commented 6 months ago

Hello. Please follow this inference section of README. It has instructions to carry out predictions in all formats.

Simply, this is an example command for image inference:

python inference.py --input data/inference_data/image_1.jpg --weights <path to .pth weights file>

merbenf commented 6 months ago

Thank you so much sir I'll check it, hope It will work for me Best regards

On Sat, 11 May 2024, 01:33 Sovit Ranjan Rath, @.***> wrote:

Hello. Please follow this inference https://github.com/sovit-123/fasterrcnn-pytorch-training-pipeline?tab=readme-ov-file#Inference section of README. It has instructions to carry out predictions in all formats.

Simply, this is an example command for image inference:

python inference.py --input data/inference_data/image_1.jpg --weights <path to .pth weights file>

— Reply to this email directly, view it on GitHub https://github.com/sovit-123/fasterrcnn-pytorch-training-pipeline/issues/137#issuecomment-2105408785, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6JVLVN3KVYYNKE7RGVBRN3ZBVRM5AVCNFSM6AAAAABHRHT45KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBVGQYDQNZYGU . You are receiving this because you authored the thread.Message ID: <sovit-123/fasterrcnn-pytorch-training-pipeline/issues/137/2105408785@ github.com>