Git Product home page Git Product logo

human-activity-recognition's Introduction

Hi ๐Ÿ‘‹, I'm Sai Manoj Akondi

Github Linkedin Twitter

About me

Sai Manoj received his btech in Mechanical engineering at NIT Calicut. He is interested in AI and robotics which lead him to purse his career in AI. He published one SCI research journal and a conference paper in Deep learning genre. He is currently working as data scientist at an organization, building AI products useful to the society and contributing to research community.

  • ๐Ÿ”ญ Iโ€™m currently working on NREF based models, OCR for complex pdfs, self driving tech and many more.
  • ๐Ÿ’ฌ Ask me about ML, DL and RL
  • ๐Ÿ“– Instrested in
    • AI
    • Robotics
    • Self Driving Technology
  • ๐Ÿ“ซ How to reach me [email protected]

Languages and Tools:

c cplusplus opencv python pytorch scikit_learn tensorflow

Interesting stats

manoj's stats

manoj's Top Langs

human-activity-recognition's People

Contributors

mano3-1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

piramid

human-activity-recognition's Issues

Failed to convert a NumPy array to a Tensor

Hello @mano3-1!
Thank you to share your code, it's a really interesting application.
I'm trying to reproduce your process, but I'm having this error in colab, when function model.fit() is called inside the execution of --> test = train(fnames ,dict_ ,model)

ValueError: Failed to convert a NumPy array to a Tensor (Unsupported object type numpy.ndarray).

I have tried to add .astype('object') or .astype('float32') when load the values into an array previous to train, but without success. Dimensions of the X ndarray are correct, as you can see here, but i still have the problem:

print(type(X)) --> <class 'numpy.ndarray'>
print(len(X)) #folders --> 51
print(len(X[0])) #frame --> 20
print(len(X[0][0])) #heatmap -->16
print(len(X[0][0][0])) #heatmap --> 21
print(len(X[0][0][0][0])) #heatmap --> 17
print(X.size) --> 1020 # 51 train folders * 20 frames

Did you have this problem before?
Thanks in advance!
nice work,
Mario

Extra info:
I'm working on pose_detection.ipynb notebook after generating succesfully the folders with .npy files of classes "Punch" and "WalkingWithDog"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.