This code implements the HEX graph described in the paper of Large-Scale Object Classification using Label Relation Graphs, in ECCV 2014. This code is based on the code of Ronghang Hu's repository on ...
Implementatipon of a hex grid class, where hex grids are stored as a graph that represents the nodes. Has inner nodes # that map to their neighbors. # dictionary of number of squares in a hex to the ...