Git Product home page Git Product logo

image_diff's People

Contributors

thusodangersimon avatar vribeiro83 avatar

Watchers

 avatar  avatar  avatar

Forkers

vribeiro83

image_diff's Issues

Fix parallel

The parallelization is not yet doing what it is meant to! Fixing it right now...

make_master_im nans

The last few frames of the video are creating NANs need to sort this out...

Bottleneck image_chi

I think the main bottleneck will be reading the video! So if we read it once in make_master_im we might have to try not to read it again in image_chi...

The code as it is you can change the different frame numbers!

For example, with 30 frames it takes 1 min while 3000 frames it take 5 min!

We may need to think a little bit more on this, because if we find that we need higher values for the background we'll be running into "trouble"! But I mean, things are still reasonable...

TypeError: 'NoneType' object has no attribute '__getitem__'

I'm getting this error when using the code:

out.append(temp_image[sample])

For some reason, at the moment with the new code parallelised this seems to be an issue with the very last array! But when I remove [sample] it appears to work.

I will check this tomorrow when I'm in because I can't see what the effects are to the rest of the code...

Timezone

  • Need to update the timezone code
  • Perhaps have a switch for the user to choose whether or not to include a timezone

Build Wiki

This will aid users to follow how to use the code

Fix image making - for movie

Need to create a whole load of images that will then be appended to the output video so that we tracks where in the video an image comes from.

time.sleep()

Insert a small pause when zipping the files because in some cases when writing out the reduced chisquared file results in sometimes a file starting on top of the other! We can play with the value below later, specially when we have more cores!

time.sleep(0.2*self.rank)

Sort output result file

We should sort the file with the frames and reduced chisquared before it goes into the plot area! This should be as simple as inserting:

self.frame_no.sort()

I think this will also automatically bin the self.frame_chi into the right place!

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.