Script | Related app | Function |
grammar_learning.py | grammar_learning | Learn a probabilistic grammar from a set of annotated scene graphs (section 4.2). |
scene_parsing.py | scene_parsing | Produce an annotated hierarchy that is a valid parse of the input scene graphs according to the given probabilistic grammar (section 5). |
visualizer.py | visualizer | Assist user to visualize and annotate a scene graph. |
Lib | Function |
DataStructure | Data structure of scene graph and probabilistic grammar. |
Descriptor | Definition of shape descriptors and layout descriptors. |
Fitting | Scene parsing algorithm. 'Fitting/MaxSumBinarySolver' is the most relevant file. |