GriffinLiang / vrd-dsr

Code for Visual Relationship Detection with Deep Structural Ranking (AAAI2018)
121 stars 32 forks source link

Replace results with experiment/results #13

Closed sukrutrao closed 6 years ago

sukrutrao commented 6 years ago

It appears that the path in Line 109 of train.py should be ../experiment/results/, because the code immediately following it checks and creates that directory.

Currently, if the results directory is not present in the project root, this fails.