Skip to content

Commit

Permalink
Remove TranslateByKeypoint as I don't think it adds anything
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalior committed Aug 30, 2018
1 parent 0b8659b commit 6e7c2b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 55 deletions.
1 change: 0 additions & 1 deletion action_recognition/transforms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from .flatten_to_3D import FlattenTo3D
from .smooth_chunks import SmoothChunks
from .translate_chunks import TranslateChunks
from .translate_chunks_by_keypoints import TranslateChunksByKeypoints
from .persistence import Persistence
from .speed import Speed
from .extract_keypoints import ExtractKeypoints
Expand Down
54 changes: 0 additions & 54 deletions action_recognition/transforms/translate_chunks_by_keypoints.py

This file was deleted.

0 comments on commit 6e7c2b7

Please sign in to comment.