ActionCooccurrencePriors
ActionCooccurrencePriors copied to clipboard
Official code for "Detecting Human-Object Interactions with Action Co-occurrence Priors
Hi! Thank you for sharing your work. I generated a matrix myself for V-COCO dataset, and I wanted to compare to your method to see if it is correct, but...
Hi, would you like to provide a script to run the modified baseline?
Thanks for your beautiful work. I downloaded the pickle file 'co-occurrence_pos.pkl' and read it like this: ` with open('co-occurrence_pos(1).pkl', 'rb') as f: data = pickle.load(f) ` The output of data...