Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ecec41d

Browse files
committed
commiting hog,hoof,opticalflow code
1 parent dc2a258 commit ecec41d

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

scripts/CV/hog.py

Whitespace-only changes.

scripts/CV/hoof.py

Whitespace-only changes.

scripts/CV/opticalflow.py

Whitespace-only changes.

scripts/NLP/one_hot.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import pandas as pd
2+
import dateutil
3+
4+
sentence="Thomas Jefferson started building monte cello at the age of 26"
5+
6+
token_sequence = str.split(sentence)
7+
vocab = sorted(set(token_sequence))
8+
# print('vocab is '+ vocab)
9+
pd.DataFrame(onehot_vectors, column=vocab)

0 commit comments

Comments
 (0)