endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.57k forks source link

tensorboard's graph #474

Open ghost opened 5 years ago

ghost commented 5 years ago

I use the resnet_v1_101 as the backbone. I am confused about the graph of the tensorboard. There are five resnet_v1_101 . I can not find the resnet_v1_101 _1 , resnet_v1_101_2 , resnet_v1_101_3, resnet_v1_101_4 ,resnet_v1_101_5 . can you tell me where the resnet_v1_101_i is define of the code ?