Sovit Ranjan Rath
Sovit Ranjan Rath
@samahwaleed Hello, the update is done. Now the `--verbose` flag will print AR in the table also. You should get output similar to the following. ``` AP / AR per...
Hello @TrefoIV Thank you for your contributions. I will surely take a closer look at your code. In the meantime, I see that you have added code to take care...
@TrefoIV Thanks for trying to contribute. From the first look, your code looks pretty good. I will just do a test run to double-check everything. But it may be 1...
@TrefoIV I tested your branch on my local system but I think there are still some issues with the code. I cannot point out the exact line in `datasets.py` which...
You need to do `!python onnx_inference_image.py ` Also, onnx inference scripts take `.onnx` file for `--weights` and not `.pth` file. You will first need to convert the weights to ONNX...
Please let me if you face any issues.
You can use a command similar to the following to export the model. `python export.py --weights outputs/training/fasterrcnn_resnet18_train/best_model.pth --data data_configs/coco.yaml --out model.onnx` Remember to change the `--weights` and `--data` according to...
You also need to provide the path to your dataset YAML file. This is an example command in the `python onnx_inference_image.py`. Please have a look at the script in the...
@Holmes2002 You will need to have the labels in XML format to train.
@NammaThalle You will need the labels in XML format. Please check this section. https://github.com/sovit-123/fasterrcnn-pytorch-training-pipeline#Train-on-Custom-Dataset