graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#DC143C" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "Classification/models" -- "Segmentation/models/segmentation" [label=" 1248 ", penwidth="10", color="#DC143CFF"]; "Classification/models" -- "MaskRCNN/pytorch/maskrcnn_benchmark" [label=" 960 ", penwidth="7", color="#DC143CC9"]; "MaskRCNN/pytorch/maskrcnn_benchmark" -- "Segmentation/models/segmentation" [label=" 590 ", penwidth="4", color="#DC143C93"]; "Classification/models" -- "Segmentation/models" [label=" 401 ", penwidth="3", color="#DC143C82"]; "MaskRCNN/pytorch/maskrcnn_benchmark" -- "MaskRCNN/pytorch/tools" [label=" 86 ", penwidth="1", color="#DC143C4C"]; "MaskRCNN/pytorch/maskrcnn_benchmark" -- "Segmentation" [label=" 80 ", penwidth="1", color="#DC143C4C"]; }