How to train your own object detection models using the TensorFlow Object Detection API (2020 Update)
This started as a summary of this nice tutorial, but has since then become its own thing.
This started as a summary of this nice tutorial, but has since then become its own thing.
| \documentclass{standalone} | |
| \usepackage{tikz} | |
| \begin{document} | |
| \tikzstyle{block} = [rectangle, draw, | |
| text width=8em, text centered, rounded corners, minimum height=4em] | |
| \tikzstyle{line} = [draw, -latex] | |
| \begin{tikzpicture}[node distance = 6em, auto, thick] | |
| \node [block] (Agent) {Agent}; |