Wednesday, June 23, 2021

Object Detection in Tensorflow Resources

 https://gilberttanner.com/blog/object-detection-with-tensorflow-2

Tensorflow Object Detection with Tensorflow 2

by Gilbert Tanner on Jul 13, 2020 · 8 min read

https://tfhub.dev/tensorflow/retinanet/resnet152_v1_fpn_1024x1024/1

TF HUB

https://blog.tensorflow.org/2020/07/tensorflow-2-meets-object-detection-api.html









No comments:

Post a Comment

LSTM Cells, Gates, Hidden State, and Cell State

The following points summarize the internal architecture and processing flow of an LSTM (Long Short-Term Memory) network in a structured...