Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
rename image preprocessor py file
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Jul 17, 2019
1 parent c7c76f3 commit 1229f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnes/preprocessor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
'TextPreprocessor': 'text.simple',
'BaseImagePreprocessor': 'image.base',
'BaseTextPreprocessor': 'text.base',
'VanillaSlidingPreprocessor': 'image.simple',
'WeightedSlidingPreprocessor': 'image.simple',
'VanillaSlidingPreprocessor': 'image.sliding_window',
'WeightedSlidingPreprocessor': 'image.sliding_window',
'SegmentPreprocessor': 'image.segmentation',
'BaseSingletonPreprocessor': 'base',
'BaseVideoPreprocessor': 'video.base',
Expand Down

0 comments on commit 1229f5c

Please sign in to comment.