fasterrcnn-pytorch-training-pipeline icon indicating copy to clipboard operation
fasterrcnn-pytorch-training-pipeline copied to clipboard

predections

Open merbenf opened this issue 1 year ago • 2 comments

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

merbenf avatar May 10 '24 20:05 merbenf

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>

sovit-123 avatar May 11 '24 00:05 sovit-123

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>

merbenf avatar May 11 '24 06:05 merbenf