Skip to content

Commit

Permalink
fix mobilenet model url
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswex committed Feb 1, 2024
1 parent 6f7ec55 commit a410765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/demos/image.html
Original file line number Diff line number Diff line change
Expand Up @@ -77080,7 +77080,7 @@ <h2>Create similarity feature</h2>
935:"mashed potato", 936:"head cabbage", 937:"broccoli", 938:"cauliflower", 939:"zucchini, courgette", 940:"spaghetti squash", 941:"acorn squash", 942:"butternut squash", 943:"cucumber, cuke", 944:"artichoke, globe artichoke", 945:"bell pepper", 946:"cardoon", 947:"mushroom", 948:"Granny Smith", 949:"strawberry", 950:"orange", 951:"lemon", 952:"fig", 953:"pineapple, ananas", 954:"banana", 955:"jackfruit, jak, jack", 956:"custard apple", 957:"pomegranate", 958:"hay", 959:"carbonara", 960:"chocolate sauce, chocolate syrup",
961:"dough", 962:"meat loaf, meatloaf", 963:"pizza, pizza pie", 964:"potpie", 965:"burrito", 966:"red wine", 967:"espresso", 968:"cup", 969:"eggnog", 970:"alp", 971:"bubble", 972:"cliff, drop, drop-off", 973:"coral reef", 974:"geyser", 975:"lakeside, lakeshore", 976:"promontory, headland, head, foreland", 977:"sandbar, sand bar", 978:"seashore, coast, seacoast, sea-coast", 979:"valley, vale", 980:"volcano", 981:"ballplayer, baseball player", 982:"groom, bridegroom", 983:"scuba diver", 984:"rapeseed",
985:"daisy", 986:"yellow lady's slipper, yellow lady-slipper, Cypripedium calceolus, Cypripedium parviflorum", 987:"corn", 988:"acorn", 989:"hip, rose hip, rosehip", 990:"buckeye, horse chestnut, conker", 991:"coral fungus", 992:"agaric", 993:"gyromitra", 994:"stinkhorn, carrion fungus", 995:"earthstar", 996:"hen-of-the-woods, hen of the woods, Polyporus frondosus, Grifola frondosa", 997:"bolete", 998:"ear, spike, capitulum", 999:"toilet tissue, toilet paper, bathroom tissue"}, $EMBEDDING_NODES$$ =
{"1.00":"module_apply_default/MobilenetV1/Logits/global_pool", "2.00":"module_apply_default/MobilenetV2/Logits/AvgPool"}, $MODEL_INFO$$ = {"1.00":{"0.25":"https://tfhub.dev/google/imagenet/mobilenet_v1_025_224/classification/1", "0.50":"https://tfhub.dev/google/imagenet/mobilenet_v1_050_224/classification/1", "0.75":"https://tfhub.dev/google/imagenet/mobilenet_v1_075_224/classification/1", "1.00":"https://tfhub.dev/google/imagenet/mobilenet_v1_100_224/classification/1"}, "2.00":{"0.50":"https://tfhub.dev/google/imagenet/mobilenet_v2_050_224/classification/2",
{"1.00":"module_apply_default/MobilenetV1/Logits/global_pool", "2.00":"module_apply_default/MobilenetV2/Logits/AvgPool"}, $MODEL_INFO$$ = {"1.00":{"0.25":"https://tfhub.dev/google/imagenet/mobilenet_v1_025_224/classification/1", "0.50":"https://tfhub.dev/google/imagenet/mobilenet_v1_050_224/classification/1", "0.75":"https://tfhub.dev/google/imagenet/mobilenet_v1_075_224/classification/1", "1.00":"https://storage.googleapis.com/tfjs-models/savedmodel/mobilenet_v1_1.0_224"}, "2.00":{"0.50":"https://tfhub.dev/google/imagenet/mobilenet_v2_050_224/classification/2",
"0.75":"https://tfhub.dev/google/imagenet/mobilenet_v2_075_224/classification/2", "1.00":"https://tfhub.dev/google/imagenet/mobilenet_v2_100_224/classification/2"}}, $MobileNet$$ = function() {
function $MobileNet$jscomp$1$$($version$jscomp$19$$, $alpha$jscomp$18$$) {
this.version = $version$jscomp$19$$;
Expand Down

0 comments on commit a410765

Please sign in to comment.