Giter VIP home page Giter VIP logo

Comments (8)

danielballan avatar danielballan commented on July 28, 2024

We're still working out best way to include example data for users. The file sizes are large, and we don't want to end up with a ~100 MB package. Of course this is balanced by the need to make it easy for users to get started...we'll find a better compromise.

When I wrote the walkthrough, I intended users to try it on their own PNGs (though I see that I didn't make that clear at all).

To get everything, including the tests and test images/video, do a manual installation.

git clone https://github.com/soft-matter/trackpy

(or, to avoid git, download and unpack the ZIP file)

cd trackpy
python setup.py install

Later, if you want to be able to edit the scripts and have those changes applied without running python setup.py install every time, you can install it "in place" instead:

python setup.py develop

from trackpy.

danielballan avatar danielballan commented on July 28, 2024

Just got your email. Sending an image now...

from trackpy.

RebeccaWPerry avatar RebeccaWPerry commented on July 28, 2024

Thanks. Yeah, it is not clear that images are not provided. I was trying it on my own images and not finding anything... so I wanted to troubleshoot whether it was my images or my use of the code that was going wrong. With your image, I find particles! ... a different number of them than you do, but particles nonetheless. I would recommend at least including a 100x100 pixel single image just to get people started.

from trackpy.

nkeim avatar nkeim commented on July 28, 2024

Hi Becca! As you've probably noticed, we created soft-matter/trackpy-examples and put PNGs of the example movie there. So when someone downloads that repo and runs the example notebook, they have everything they need to reproduce it. Or they can go in and grab a single PNG. It's referenced in the trackpy readme. Does this resolve the issue (for now, at least)?

from trackpy.

RebeccaWPerry avatar RebeccaWPerry commented on July 28, 2024

Sounds like a good and complete solution, I'll look at it today to test it from an outside perspective and let you know how it goes.

from trackpy.

RebeccaWPerry avatar RebeccaWPerry commented on July 28, 2024

Yes-- the issue is resolved. More details of my experience checking it:

Here is how I checked the examples, and how a new user might experience it: trackpy-->examples-->found readme --> cloned new repository for trackpy-examples --> %matplotlib magic didn't work, needed to upgrade my version of ipython, then needed up upgrade tornado --> then loading-video-frames.ipynb worked brilliantly. It was so nice not to even have to change the path to the images! To get "imshow" to work in performance.ipynb, I added these lines to the beginning of that notebook on my machine:

%matplotlib inline
import matplotlib
from matplotlib.pyplot import imshow

from trackpy.

nkeim avatar nkeim commented on July 28, 2024

Thanks for checking this out, and for the fix! I'll try to get in a PR soon so we can really close this issue.

from trackpy.

nkeim avatar nkeim commented on July 28, 2024

performance.ipynb problem fixed by soft-matter/trackpy-examples#6

from trackpy.

Related Issues (20)

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.