tim120526
tim120526
@xiaomengyc Good afternoon! XiaoLin! Thanks for your code again! VGG and GoogleNet(inceptionv1) were trained in your work to show competitive performance! However, i can not find the pretrained(imagenet) model of...
Hi! @xiaomengyc I saw the images were resized to 256x256 then randomly cropped to 224x224 during training,but in the code ,smaller edge of the image will be resized to 256,then...
HI!XiaoMeng! The problem occurs when I load the pretrain model you provide at (https://drive.google.com/open?id=1EwRuqfGASarGidutnYB8rXLSuzYpEoSM). the model named imagenet_epoch_2_glo_step_128118.pth.tar. error: Missing key(s) in state_dict: "Conv2d_1a_3x3.conv.weight", "Conv2d_1a_3x3.bn.weight", "Conv2d_1a_3x3.bn.bias", "Conv2d_1a_3x3.bn.running_mean", "Conv2d_1a_3x3.bn.running_var", "Conv2d_2a_3x3.conv.weight", "Conv2d_2a_3x3.bn.weight",...
thanks for your nice work. i fine-tune the yolo-world model based on my custom dataset in coco-finetune mode , with the test.json = [ "A", "B", 'C" ]. when i...