chanyn / HKRM

Hybrid Knowledge Routed Module for Large-scale Object Detection (NerIPS2018)
103 stars 19 forks source link

About train coco datasets by HKRM and get groudtruth of coco? #5

Closed Easyfeng222 closed 5 years ago

Easyfeng222 commented 5 years ago

when I run code of lib/datasets/collect_coco_voc_gtgraph.py to get grouthturth,raise the problem Traceback (most recent call last): File "/home/feng/HKRM/lib/datasets/tools/collect_coco_voc_gtgraph.py", line 102, in index_vg_of_DATASET.append(vg_class_names.index(i)) ValueError: 'potted_plant' is not in list And I want to know how to get VOC_class_names.pkl ? thanks in advance

Easyfeng222 commented 5 years ago

How about add HKRM to Mask-Rcnn???It's will amazing.