Git Product home page Git Product logo

Comments (5)

NaturalStupidlty avatar NaturalStupidlty commented on July 17, 2024 1

Oh, sorry, I have just noticed that the project requirements have not been pushed to remote 🙄

The keras==2.13.1 has worked fine for me with my MacOS 12.7.2.

For other details about packages version you can refer to requirements.txt

from dd-net.

NaturalStupidlty avatar NaturalStupidlty commented on July 17, 2024 1

Hi, I'm getting a lot of errors when I follow the requirements.txt to install the environment. Some python and TensorFlow versions appear incompatible. May I ask what exactly is your version of TensorFlow and python?

python=3.11 has been used for this project. Mainly, because I also use recent versions of keras to utilize all its capabilities.

from dd-net.

QienJane avatar QienJane commented on July 17, 2024

/Aha, thank you very much!
I've solved the environment problem yesterday, and the environment for the program was configured yesterday. I put in sources/utils.py:
from keras.src.layers import Lambda, Reshape
from keras.src.callbacks import History

Changed to the following:
from tensorflow.keras.layers import Lambda, Reshape
from tensorflow.keras.callbacks import History

Also, I downloaded the SHREC17 dataset from the two links you provided, but the data in both folders are raw files in .obj format. I did not find the folders "gesture_1" to "gesture_14".
The gesture_1 folder has: gesture_1/finger_1/subject_2/essai_1/skeletons_image.txt
So, I would like to ask you, is it possible to provide the folder "gesture_1" to "gesture_14" directly? I'd appreciate it if you could.

I would like to discuss further with you about the SHREC17 dataset, or anything about this gesture recognition research direction.
Can I ask you what communication software you usually use? What is the contact information?

from dd-net.

NaturalStupidlty avatar NaturalStupidlty commented on July 17, 2024

Oh, I see,
To preprocess the data and get separate gestures in format like gesture_1/finger_1/subject_2/essai_1/skeletons_image.txt you can refer to the preprocessing pipeline from the original implementation of DDNet:
https://github.com/fandulu/DD-Net/blob/master/SHREC/SHREC_data_preprocessing.ipynb

If you have any more questions about this project of mine you can email me at [email protected], but still I may be slow to respond sometimes

from dd-net.

QienJane avatar QienJane commented on July 17, 2024

Hi, I'm getting a lot of errors when I follow the requirements.txt to install the environment.
Some python and TensorFlow versions appear incompatible.
May I ask what exactly is your version of TensorFlow and python?

from dd-net.

Related Issues (2)

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.