Giter Site home page Giter Site logo

Comments (4)

KegangWangCCNU avatar KegangWangCCNU commented on July 29, 2024 1

Thank you for your attention. Timestamps can be used to calculate the sampling rate, which is necessary in heart rate estimation. However, the end-to-end model outputs waveforms rather than directly outputting heart rates, so it actually does not need timestamps for training. If you need to test the model, please use a dataset with timestamps instead of datatape. If your model must use timestamps, you can generate them yourself because the sampling rate of most datasets is usually 30fps or set the sampling rate according to your dataset and then generate uniform timestamps using np.arange.

from physbench.

KegangWangCCNU avatar KegangWangCCNU commented on July 29, 2024 1

Please make sure you are passing in a dataset file, not a datatape file. Dataset files can be used to generate datatape and for testing, while datatape is only used for training. If your issue is still not resolved, please show your code so I can further identify the problem. Additionally, I recommend reading our tutorial

https://github.com/KegangWangCCNU/PhysBench/blob/main/Tutorial/Noob%20Heart.ipynb

to understand how it works.

from physbench.

iRuizeWu avatar iRuizeWu commented on July 29, 2024

I still run into some problems. Shouldn't we use eval_on_dataset when testing? It will show that the timestamp, path attributes are missing. So, the tests should be rewritten by myself. My dataset is pure.

from physbench.

iRuizeWu avatar iRuizeWu commented on July 29, 2024

Oh! Thanks ! I mistakenly used datatape.

from physbench.

Related Issues (11)

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.