Sfoglia il codice sorgente

Update TensorFlow.md

zhongqiao yuan 1 anno fa
parent
commit
a825d1faa8
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      TensorFlow.md

+ 6 - 0
TensorFlow.md

@@ -345,6 +345,12 @@ predictions = loaded_model.predict(input_image)
 [零售电商客户流失模型](http://www.gitpp.com/big-ai/customer_churn_prediction)
 
 
+5) Two-Stage目标检测模型在Tensorflow2当中的实现
+
+Two-Stage目标检测模型在Tensorflow2当中的实现
+
+[Two-Stage目标检测模型在Tensorflow2当中的实现](http://www.gitpp.com/natures/faster-rcnn-tf2)
+
 ##  TensorFlow 
 
 [TensorFlow 实例](http://www.gitpp.com/dsboy/tensorflow-examples)