visual_genome_python_driver icon indicating copy to clipboard operation
visual_genome_python_driver copied to clipboard

Add files via upload

Open QirenSun opened this issue 6 years ago • 2 comments

Added get_all_relationships and get_all_attributes in local.py. Added parse_relationships and parse_attributes in utils.py. Modified Relationship in models.py and added the self.phrase to Class Relationship. Modified Attributes in models.py and transformed the attributes and subjects type from the list to string.

QirenSun avatar May 21 '19 14:05 QirenSun

Modified Class Relationship and Class Attribute may cause the bug when trying to invoke other function. I recommend creating new Class Relationships and Attributes to avoid the problem.

QirenSun avatar May 21 '19 14:05 QirenSun

Added Class Relationships and Attributes in models.py as the models of get_all_relationships and get_all_attribute.

QirenSun avatar May 21 '19 14:05 QirenSun