FasterRCNN icon indicating copy to clipboard operation
FasterRCNN copied to clipboard

Clean and readable implementations of Faster R-CNN in PyTorch and TensorFlow 2 with Keras.

Results 5 FasterRCNN issues
Sort by recently updated
recently updated
newest added

@trzy Thank you your good work. I've affirmed your pytorch version codes. Then, I have quessions. 1. What happen when I use vgg16 (not models/vgg16_torch.py) as backbone? At that case,...

Hi there, please can somebody help me to calculate the validation losses. Thank you

Dear @trzy, Thank for great repo. I am trying to try the new backbone ViT from your source code. I using the similar template from file: vgg16_torch.py which modify the...

i don't understand exactly approximate joint training method. i know RPN and detector merged as a one network during training. the forward path is started pre trained conv network and...

how to set batch size and optimizer