Skip to content

Commit 4608c3c

Browse files
committed
Add object detection demo
1 parent c39657e commit 4608c3c

File tree

6 files changed

+1643
-0
lines changed

6 files changed

+1643
-0
lines changed

Diff for: .dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
notebook/
44
!notebook/InferenceUsingTFHubMobileNetV2Model.ipynb
55
!notebook/InferenceUsingTFHubEnformerGeneExprPredModel.ipynb
6+
!notebook/InferenceUsingTFHubCenterNetObjDetect.ipynb

Diff for: .gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
README.pod -diff linguist-generated=true
22
lib/AI/TensorFlow/Libtensorflow/Manual/Notebook/InferenceUsingTFHubMobileNetV2Model.pod -diff linguist-generated=true
33
lib/AI/TensorFlow/Libtensorflow/Manual/Notebook/InferenceUsingTFHubEnformerGeneExprPredModel.pod -diff linguist-generated=true
4+
lib/AI/TensorFlow/Libtensorflow/Manual/Notebook/InferenceUsingTFHubCenterNetObjDetect.pod -diff linguist-generated=true

Diff for: .gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ notebook/targets_human.txt
1313
notebook/clinvar.vcf.*
1414
notebook/deepmind_enformer_1*
1515
notebook/enformer-target-interval-tracks.png
16+
17+
# notebook/InferenceUsingTFHubCenterNetObjDetect.ipynb
18+
notebook/tensorflow_centernet_hourglass_512x512_1*
19+
notebook/objects-detected.png

0 commit comments

Comments
 (0)