FasterRCNN
FasterRCNN copied to clipboard
Clean and readable implementations of Faster R-CNN in PyTorch and TensorFlow 2 with Keras.
@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