KERN icon indicating copy to clipboard operation
KERN copied to clipboard

Result

Open L6-hong opened this issue 5 years ago • 1 comments

@yuweihao I want to know if the final result of this code is the scene map of the picture. Can this scene map be visualized? Will you input a picture and output the corresponding scene map? Thank you.

L6-hong avatar Dec 28 '20 02:12 L6-hong

Hi @L6-hong , the final results are the detected bbox boxes, their correspond labels and the relationships between each bbox pair. We only offer the visualization code (https://github.com/yuweihao/KERN/blob/master/visualization/visualize_sgcls.py ) for sgcls task (the bboxes are offered, requiring models to predict their labels and the relationships of each other).

yuweihao avatar Feb 15 '21 09:02 yuweihao