Skip to content

Instantly share code, notes, and snippets.

View Neel-Shah-29's full-sized avatar
🎯
Focusing

Neel Shah Neel-Shah-29

🎯
Focusing
View GitHub Profile

Final Evaluation Report for GSOC 2022

drawing

Details

| | |

TMVA Pythonizations

  • TMVA::Factory constructor
  • TMVA::Factory::BookMethod
  • TMVA::DataLoader::PrepareTrainingAndTestTree
  • TMVA::CrossValidation constructor. See tutorial TMVA_CrossValidation.C
  • Pythonizations of GUI funcitons. TMVA GUI is composed of several functions implemented in the TMVAGUI library. See all available functions in tmva/tmvagui/inc/TMVA
  • Add converters in PYROOT numpy arrays to RTensor objects to convert RTensor from and to Numpy arrays

Gesture Detection Using OpenCV And Convexity Defects

gesture-1

It is really amazing that a machine can determine the gesture of our hands. There are many applications based on gesture detection like you can make a remote control which works when a particular gesture was detected,you can have a gesture controlled game etc. Hand gesture detection can be done in many ways. we can use CNN to train models and use them for gesture detection.We will be using OpenCV and Convexity defects for detecting hand gestures. Gestures such as best of luck,thumbs down,1,2,3,4,5 etc

concepts used