He Huang
He Huang
Hello, This work is really inspiring, and thanks for sharing the code. Meanwhile, could you please also share the training hyper-parameters (e.g., learning rate, optimizer, warmup lr, warmup epochs, etc.)?...
Hello, Could you please share the config file and command for training Faster RCNN with VGG-16 as backbone and no FPN used? I tried to train it but the program...
Dear Ji, I ran into this runtime error when trying to evaluate the model with pertained checkpoints: `python ./tools/test_net_rel.py --dataset vg --cfg configs/vg/e2e_faster_rcnn_VGG16_8_epochs_vg_v3_default_node_contrastive_loss_w_so_p_aware_margin_point2_so_weight_point5_no_spt.yaml --load_ckpt trained_models/vg_VGG16/model_step62722.pth --output_dir Outputs/vg_VGG16 --multi-gpu-testing --do_val `...