From 574c6c4c3ae1bd9e649568ba2321a5262c4b1bf1 Mon Sep 17 00:00:00 2001 From: DHUK98 <32871749+DHUK98@users.noreply.github.com> Date: Tue, 2 Jun 2020 20:05:06 +0100 Subject: [PATCH] corrected a comment for the Graph class removed the comment for bboxes since it doesnt exist added comment for objects array --- visual_genome/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual_genome/models.py b/visual_genome/models.py index 4321ad4..54a7b3c 100644 --- a/visual_genome/models.py +++ b/visual_genome/models.py @@ -67,7 +67,7 @@ class Graph: """ Graphs contain objects, relationships and attributes image Image - bboxes Object array + objects Objects array relationships Relationship array attributes Attribute array """