Git Product home page Git Product logo

hand-activities's People

Contributors

constellationsanonymous avatar gierad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hand-activities's Issues

Code for Sampling watch app

Hey guys,

great work and great paper! Congrats!

Do you also plan sharing the code for the sampling watch app?

I am working on an EMA user study, so that would be awesome!

Thanks!

Purpose of repository contents

Thanks a lot for sharing this repository as an addition to your research paper.

I am, however, not sure if I understand the purpose of the software in this repository. My presumptions and questions so far:

  • The kernmod directory contains assets to overclock the smartwatch processor. Contents:
    • script that downloads kernel images (what is the difference between those images? Should the boot-new.img be used with fastboot to prepare the device?)
    • fastboot binaries (is there a difference to other fastboot binaries i could install from elsewhere?)
    • fastacc_mpu.ko, kernel image to load in the smartwatches' kernel (after .img has been loaded with fastboot?)
  • The backend directory contains a python server for the backend server. It is accessed via TCP/HTTP. But why does it say in server.py "Python server to receive data from one or more HandActivities Server"? Isn't this very program the HandActivitiesServer? I would presume it receives data from HandActivities Clients. Please correct me if I'm wrong.
  • The file model_main.hdf5 required by model.py contains the data model for the classification of gestures. Will this data be shared in the future as well?

Guidance would be greatly appreciated as I plan to build upon this research with my master's thesis.

Can't download data from Dropbox (appears to be a partial download)

Hi,

I'm hoping to download the dataset collected in this study to experiment with. I followed the instructions and clicked the dropbox link to download the data (~10GB), however, it appears that it only downloads ~5GB. For this reason, it fails to extract the "hand-activities.zip".

Please advise.

Thanks,
Sunaal

How to plot the data

I have downloaded the data, and I try to plot the data in this way.

U1_X=np.load('U1_features_X.npy')
data=U1_X[0][0]
plt.imshow(data, extent=[0,3,0,128], cmap='magma',vmin=np.min(data), vmax=np.max(data), aspect='auto')

But I did't get something like fig3 in your paper.
Can you tell me how to plot the data correctly?
thanks

Data download failed

Hi,

I'm hoping to download the dataset collected in this study to experiment with. I followed the instructions and clicked the dropbox link to download the data (~10GB), however, it appears that it only downloads ~5GB. For this reason, it fails to extract the "hand-activities.zip".

Please advise.

Thanks,
Sunaal

database

hello,
can we find the database that you collected from the watches?

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.