fasterrcnn-pytorch-training-pipeline
                                
                                 fasterrcnn-pytorch-training-pipeline copied to clipboard
                                
                                    fasterrcnn-pytorch-training-pipeline copied to clipboard
                            
                            
                            
                        PyTorch Faster R-CNN Object Detection on Custom Dataset
Hi sovit, its been a long time. I finally released from my finals. Now that I would like to continue to study this model, so that it could output the...
I got a something error that about index over... see the error line, I think the reason of that is too much big parameter.. is it right? why I get...
Hello dear. Is it possible to integrate the Confusion matrix, Precision-recall curve, F1 curve; Precision, recall and confidence curve. For research purposes, I am currently blocked at the task. Thank...
hello, is there an easy way to create the precision-recall curve after training?
How to print the confusion matrix?
Hi, after train model with distributed training method. I cannot load the weight name "last_model_state.pth". I trained with model name "fasterrcnn_resnet50_fpn" > Traceback (most recent call last): File "/raid/data/phuc/detection/fastercnn-pytorch-training-pipeline/test_load_weight.py", line...
Hi, I need help in implementing my own image preprocessing techniques before training and inference. For training, I only found the "get_train_aug" consists of Albumentation, and it directly passes to...
Hi just want to explore the possibility of integrating the PyGAD GA to optimise the model. If you have any chance working on PyGAD, would you mind to guide on...
Hi, I have been trying to use https://pytorch.org/vision/stable/_modules/torchvision/datasets/coco.html to load the data and use it for training but model is not learning anything how do i work with it. Can...