Skip to content

Commit

Permalink
Merge pull request #12 from lovoo/refine-the-training-dataset
Browse files Browse the repository at this point in the history
refine the training dataset to be more accurate
  • Loading branch information
absolute-heike authored Sep 19, 2018
2 parents 811eccb + 83234cb commit f23d5f2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- NSFWDetector (1.0.1)
- NSFWDetector (1.1.0)

DEPENDENCIES:
- NSFWDetector (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
NSFWDetector: 396d51bed89d368f19298409bfb791ef83b53d7e
NSFWDetector: 5158164f5e716652aa61cfa92dc7b252a6883415

PODFILE CHECKSUM: f9a9c6821210dfbaf2efbedd233ddc769e77db55

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/NSFWDetector.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/NSFWDetector/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion NSFWDetector.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NSFWDetector'
s.version = '1.0.1'
s.version = '1.1.0'
s.summary = 'NSFW Content Detection aká porn detection with CoreML.'
s.swift_version = '4.0'

Expand Down
Binary file modified NSFWDetector/Classes/NSFW.mlmodel
Binary file not shown.

0 comments on commit f23d5f2

Please sign in to comment.