anasmorahhib / 3D-CNN-Gesture-recognition

Gesture recognition using tensorflow from a large video database
49 stars 25 forks source link

Issue in section 7 of Main code! #4

Closed vnt1537 closed 4 years ago

vnt1537 commented 4 years ago

It gives an error that pandas.Series does not exist and converting it to pd.read_csv() doesn't exactly convert the csv in the dictionary format you wished for!

vnt1537 commented 4 years ago

solution is targets = pd.read_csv('data_csv/jester-v1-train.csv', index_col=0, squeeze=True, header=None,sep = ";").to_dict()