Skip to content

Commit d2db4a9

Browse files
committed
Changed real photos on GAN photos
1 parent 56a46c6 commit d2db4a9

File tree

9 files changed

+1
-1
lines changed

9 files changed

+1
-1
lines changed

examples/src/main/kotlin/examples/onnx/cv/efficicentnet/EfficientNet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fun efficientNet4LitePrediction() {
2727
val model = modelHub.loadModel(modelType)
2828

2929
val imageNetClassLabels =
30-
loadImageNetClassLabels() // TODO: move to overridden method of ModelType (loading of labels for each model)
30+
loadImageNetClassLabels()
3131

3232
model.use {
3333
println(it)
306 KB
Loading
307 KB
Loading
109 KB
Loading
322 KB
Loading
457 KB
Loading
477 KB
Loading
167 KB
Loading
-46.6 KB
Loading

0 commit comments

Comments
 (0)