Git Product home page Git Product logo

heatmappy's People

Contributors

andrewnappin-lumen avatar axwalker avatar dependabot[bot] avatar loong avatar samuelirvine avatar shiba24 avatar silumen 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  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  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  avatar  avatar

heatmappy's Issues

Can't draw heatmaps to .gif files

I have been trying to draw heatmap to .gif file but having issues with shapes. Can someone help me about this issue or anyone has the same error?

Error

invalid syntax when importing heatmappy

from heatmappy import Heatmapper

File "/usr/local/lib/python2.7/dist-packages/heatmappy/heatmap.py", line 102
class GreyHeatMapper(metaclass=ABCMeta):
^
SyntaxError: invalid syntax

Memory Error

I´m trying to create a heatmap on my video.

My video is too large, and my vector of points also big. When I run my program, it gives me a Memory Error. I think the error is because i´m returning a list(heatmap_clips) and it occupies the entire memory.

Can you help solving this problem please?

Thanks

alpha_strength doesn't work

Hi,
do you know why alpha strength doesn't work?

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-71-650922ceecac> in <module>()
     13 heatmapper = Heatmapper(opacity=0.3,
     14                         point_diameter=10,
---> 15                         alpha_strength=0.2)
     16 heatmap = heatmapper.heatmap_on_img(patches, img)
     17 ax.imshow(heatmap)

TypeError: __init__() got an unexpected keyword argument 'alpha_strength'

Thanks

Cannot Install - Solution

  1. Just download the zip file.
  2. Unzip It
  3. Open the requirements.txt with a text editor.
  4. Replace the text with:
numpy>=1.17.3
matplotlib>=1.5.0
moviepy==1.0.3
Pillow>=6.2.0
pyparsing>=2.0.6 #
python-dateutil>=2.4.2 #
pytz==2015.7 #
six==1.10.0 #
wheel==0.24.0 #
  1. Open a terminal in that folder. (Windows - Shift + Right Click then select Open Powershell | Linux u know how) and run python setup.py install --user.
  2. Should be the solution to the problems.

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.