XNM-Net
XNM-Net copied to clipboard
Pytorch implementation of "Explainable and Explicit Visual Reasoning over Scene Graphs "
Can you kindly include a pretrained model checkpoint from your **exp_vqa** experiments? As a checkpoint is required by the `validate.py` script for testing.
Hello,Is the box in the h5 file x,y,w,h, and x1,y1,x2,y2(spatial_feat[0, :] ,spatial_feat[1, :] ,spatial_feat[2, :] ,spatial_feat[3, :] ) are the points in the upper left and lower right corners? with...
I got an error during training, as you can see in the code below ``` 91 with open(scene_pt_path, 'rb') as f: 92 print(f) ---> 93 conn_matrixes = pickle.load(f) 94 print(f)...
I would like to know about the hardware you used to train each model type and the training time. Can you provide me with these details? PS. I can't find...