lsrock1 / maskrcnn_benchmark.cpp

Implementation maskrcnn-benchmark, pytorch c++ frontend
MIT License
81 stars 23 forks source link

where is the official code of coco and rcnn? #15

Closed TensorFlowWangHT closed 4 years ago

TensorFlowWangHT commented 4 years ago

Excuse me, is the C ++ code for coco and rcnn in your source folder written by you or where is the official code?

lsrock1 commented 4 years ago

COCO is from https://github.com/cocodataset/cocoapi/tree/master/common with some modification(c -> c++) RCNN code is written by me. RCNN architecture is from maskrcnn-benchmark.

TensorFlowWangHT commented 4 years ago

@lsrock1 You are really too strong! I have much to learn from you! Did you write the .h file in include / rcnn? These .h files really helped a lot when using C ++ for object detection.

lsrock1 commented 4 years ago

Thanks! include/rcnn has header files