Bernhard Schäfer
Bernhard Schäfer
The Mini VG dataset is only meant for testing, which is why the `split` information in `VG-SGG.h5` contains only 2's (test == 2, training == 0). ```python data_split = roi_h5['split'][:]...
As stated in the documentation (https://github.com/jwyang/graph-rcnn.pytorch#evaluate) you have to pass the `--inference` flag if you only want to do testing. See this code snippet in main.py: ```python if not args.inference:...
In my case the HostName was already set, but not with a .local suffix. Adding the .local suffix did the trick.