Skip to content

Commit

Permalink
dev(narugo): fix bug in autodoc, test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Sep 11, 2024
1 parent cd95a43 commit 164b78b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/api_doc/detect/nudenet_detect_demo.plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ def _detect(img, **kwargs):

if __name__ == '__main__':
image_plot(
(_detect('nudenet/nude_girl.png'), 'simple nude'),
(_detect('nudenet/simple_sex.jpg'), 'simple sex'),
(_detect('nudenet/complex_pose.jpg'), 'complex pose'),
(_detect('nudenet/complex_sex.jpg'), 'complex sex'),
(_detect('censor/nude_girl.png'), 'simple nude'),
(_detect('censor/simple_sex.jpg'), 'simple sex'),
(_detect('censor/complex_pose.jpg'), 'complex pose'),
(_detect('censor/complex_sex.jpg'), 'complex sex'),
columns=2,
figsize=(9, 9),
autonudenet=False,
autocensor=False,
)

0 comments on commit 164b78b

Please sign in to comment.