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

Commit

Permalink
feat(vlad): add vlad and enable multiple chunks and frames
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmyshin committed Aug 5, 2019
1 parent 7ac32c1 commit 762535c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gnes/encoder/image/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def _encode(_, img: List['np.ndarray']):

if len(img[0].shape) == 4:
output = output.reshape((len(img), max_lenth, -1))

return output

# for video
Expand Down

0 comments on commit 762535c

Please sign in to comment.