eagle A
eagle A

Reputation: 107

tensorflow object Detection API training, tensorboard don't show image

When I use tensorflow object detection AIP training my customized data, in tensorboard everything work fine, except image. in image window, it show two cumulative normalized values plot enter image description here

enter image description here

anyone can tell me that's why? I have set num_visualizations in eval config, still not work.

I just want it can show like this:

enter image description here

Upvotes: 1

Views: 1594

Answers (1)

eagle A
eagle A

Reputation: 107

I should execute evel.py to product evel reuslt, than the tensorboard will show this kind of picture

Upvotes: 1

Related Questions