Coder Social home page Coder Social logo

motionenergy's People

Contributors

mbeyeler avatar tingshuc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

motionenergy's Issues

Motion_energy.h

motion_energy.h: No such file or directory.how to solve it?

Add C++ interface

Add a C++ public interface that honors pImpl and integrates with the core CUDA code.

Remove edge effects by padding image with zeros

Instead of decreasing the activity of neurons coding for locations close to the border, add an option that paddes the image with zeros before blurring. Look to original S&H Matlab implementation.

Reorganize directory structure

The directory structure should be reorganized to allow for different front ends (C++ and Python so far).
Change as follows.

.
├── AUTHORS
├── C++.gitignore
├── CHANGELOG
├── cppME
│   ├── a.out
│   ├── doc
│   ├── include
│   │   ├── cuda_version_control.h
│   │   └── motion_energy.h
│   ├── lib
│   ├── libME.a.1.0.0
│   ├── libME.mk
│   ├── Makefile
│   ├── motion_energy.o
│   ├── projects
│   │   ├── include
│   │   ├── main
│   │   ├── Makefile
│   │   ├── results
│   │   └── src
│   │       └── main.cpp
│   └── src
│       └── motion_energy.cu
├── LICENSE
├── pyME
│   ├── doc
│   ├── pyME
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   └── test
│   │       ├── __init__.py
│   │       └── test_main.py
│   ├── README
│   └── setup.py
├── Python.gitignore
├── README.md
└── RELEASE_NOTES

question about the hello world example

In the hello world example, using a fixed constant for the srand() function doesn't show the same results across multiple runs. Is this expected ?
run 1:
0: mean activity = 0.439031
1: mean activity = 0.501078
2: mean activity = 0.317878
3: mean activity = 0.729056
4: mean activity = 0.502201
5: mean activity = 0.625352
6: mean activity = 0.563613
7: mean activity = 0.688112
8: mean activity = 0.438253
9: mean activity = 0.688300
run 2:
0: mean activity = 0.500670
1: mean activity = 0.563959
2: mean activity = 0.568377
3: mean activity = 0.504105
4: mean activity = 0.440226
5: mean activity = 0.625791
6: mean activity = 0.688198
7: mean activity = 0.562702
8: mean activity = 0.688510
9: mean activity = 0.563258

Thanks

Add python interface

Add a Python public interface that honors pImpl and integrates with the core CUDA code (use PyCUDA).

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.