Skip to content

Commit

Permalink
Changed real photos on GAN photos
Browse files Browse the repository at this point in the history
  • Loading branch information
zaleslaw committed Sep 24, 2021
1 parent 56a46c6 commit d2db4a9
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fun efficientNet4LitePrediction() {
val model = modelHub.loadModel(modelType)

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

model.use {
println(it)
Expand Down
Binary file modified examples/src/main/resources/datasets/faces/image1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/src/main/resources/datasets/faces/image2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/src/main/resources/datasets/faces/image3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/src/main/resources/datasets/faces/image4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/src/main/resources/datasets/faces/image5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/src/main/resources/datasets/faces/image6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/src/main/resources/datasets/faces/image7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/src/main/resources/datasets/faces/image8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d2db4a9

Please sign in to comment.