onestage_grounding icon indicating copy to clipboard operation
onestage_grounding copied to clipboard

A Fast and Accurate One-Stage Approach to Visual Grounding, ICCV 2019 (Oral)

Results 3 onestage_grounding issues
Sort by recently updated
recently updated
newest added

Hello, the url in download_data.sh is invalid. Could you please send the data to me? Here is my email address: [email protected] .Thank you very much.

model_path = r'../saved_models/lstm_flickr_model.pth' model = grounding_model.grounding_model(dataset='xxx') state_dict = model.load_state_dict(torch.load(model_path)['state_dict']) 报错: Missing key(s) in state_dict: "visumodel.module_list.0.conv_0.weight", "visumodel.module_list.0.batch_norm_0.weight", "visumodel.module_list.0.batch_norm_0.bias", ... Unexpected key(s) in state_dict: "module.visumodel.module_list.0.conv_0.weight", "module.visumodel.module_list.0.batch_norm_0.weight",....

Dear author,there is an error on line 284th of grounding_model. py: Unresolved reference 'textcam_yolo_light' and an error on line 105th of referit_loader.py. py: Unresolved reference '_truncate_seq_pair'