NMP
NMP copied to clipboard
Code for Neural Message Passing for Visual Relationship Detection
class NMPEncoder(nn.Module): def __init__(self, n_hid, edge_types=71, node_types=101, n_iter=2, do_prob=0., use_vis=True, use_spatial=False, use_sem=True, use_loc=False, use_cls=False): super(MLPEncoder, self).__init__()
Hi, predicates_vec.npy file not exist. can you please send it. or kindly tell me how did you make it
Hi, I'm appreciate for your work. But when I try to run the code, I got an error "No such file or directory: 'dsr_zs.npy' ". Could you send me this...