-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would you like to share the scene-graph.pkl file? #1
Comments
I successfully run |
Hi @aragakiyuiii Regarding your second question: these are from the graph-rcnn.pytorch repo. Although, we modified the config a bit. You can download the .pth file from https://github.com/jwyang/graph-rcnn.pytorch#adding-relpn-to-other-methods. For the results in the paper we used the one with the RelPN (you might need to change the name of the file or call the argument with the correct filename). Let me know if you encounter any other issues. MODEL:
ALGORITHM: "sg_imp"
RELATION_ON: True
USE_FREQ_PRIOR: False
USE_RELPN: True
BACKBONE:
CONV_BODY: "R-101-C4"
FREEZE_PARAMETER: True
RPN:
FREEZE_PARAMETER: True
ROI_BOX_HEAD:
NUM_CLASSES: 151
FREEZE_PARAMETER: True
ROI_RELATION_HEAD:
NUM_CLASSES: 51
FILTER_NON_OVERLAP: False
IMP_FEATURE_UPDATE_STEP: 2
MSDN_FEATURE_UPDATE_STEP: 2
GRCNN_FEATURE_UPDATE_STEP: 2
GRCNN_SCORE_UPDATE_STEP: 2 |
Thanks for your very helpful advice! |
Thanks for your code and paper!
I am trying to
create_scene_graph_input_files
. But I can't runPYTHONPATH="/path/to/graph-rcnn.pytorch" python create_sg_h5.py
successfully, sincegraph-rcnn.pytorch
'ssetup.py
can't compile well.Could you provide these files?
train_data_file = 'train_scene-graph.hdf5'
val_data_file = 'val_scene-graph.hdf5'
train_indices_file = 'train_scene-graph_imgid2idx.pkl'
val_indices_file = 'val_scene-graph_imgid2idx.pkl'
train_ids_file = 'train_scene-graph_ids.pkl'
val_ids_file = 'val_scene-graph_ids.pkl'
Thank you very much!
The text was updated successfully, but these errors were encountered: