OFA icon indicating copy to clipboard operation
OFA copied to clipboard

Add Evaluation Code for Scene Graph Generation

Open JackCai1206 opened this issue 1 year ago • 0 comments

I have added code to fintune and evaluate OFA on Scene Graph Generation task. I have used a popular evaluation codebase from the SGG literature to calculate the metrics.

Specifically, I take the data from visual genome, and linearize the graphs into a string. I finetune OFA using image as the input and the graph-string as the output.

Would the OFA team be interested in this new feature?

JackCai1206 avatar Oct 25 '23 17:10 JackCai1206