We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8347f61 commit 70aafa7Copy full SHA for 70aafa7
test/TensorFlowNET.Examples/ImageProcessing/ObjectDetection.cs
@@ -84,7 +84,7 @@ public void Predict(Session sess)
84
public void PrepareData()
85
{
86
// get model file
87
- string url = "http://download.tf.org/models/object_detection/ssd_mobilenet_v1_coco_2018_01_28.tar.gz";
+ string url = "http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_2018_01_28.tar.gz";
88
Web.Download(url, modelDir, "ssd_mobilenet_v1_coco.tar.gz");
89
90
Compress.ExtractTGZ(Path.Join(modelDir, "ssd_mobilenet_v1_coco.tar.gz"), "./");
0 commit comments