MahmudulAlam / Unified-Gesture-and-Fingertip-Detection

Unified learning approach for egocentric hand gesture recognition and fingertip detection.

Home Page:https://www.sciencedirect.com/science/article/pii/S0031320321003824

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Model keyword arguments Error

Rohit-Jain-2801 opened this issue · comments

Change
model = Model(input=model.input, outputs=[probability, position])
to
model = Model(inputs=model.input, outputs=[probability, position])
on line 22 of net/network.py

@Rohit-Jain-2801
Thanks for the suggestion.