Infinite optimization loop with cv2/skimage
See original GitHub issueLet’s consider sample program and nuitka call for compilation: https://gist.github.com/belonesox/271385f97871d0ad3649c3fded368e1c
This results to something similar https://github.com/Nuitka/Nuitka/issues/783 — infinite optimization loop with “Loop has incomplete variable types after”.
nuitkatest) [stas@stasbox64gb recursion]$ python -m nuitka --version
0.6.10rc9
Python: 3.8.5 (default, Aug 12 2020, 00:00:00)
Executable: /nuitkatest/bin/python
OS: Linux
Arch: x86_64
Actually, nuitka from develop branch commit 10612c9745fa124efdf22c469bc08947cb982a33
Issue Analytics
- State:
- Created 3 years ago
- Comments:21 (19 by maintainers)
Top Results From Across the Web
How to change python script that it continue to loop and ...
Just need to figure out how to loop import os import glob import numpy as np import cv2 os.chdir('C:/Users/Main/Videos/PUBG/') newest ...
Read more >Fast, optimized 'for' pixel loops with OpenCV and Python
Learn how construct fast and efficient 'for' loops and loop over all pixels in an image using Python, Cython, and OpenCV.
Read more >[C++/OpenCV] Using waitKey in a while loop that uses ...
I'm doing image processing and I'd like to be able to adjust certain values with key presses. Meanwhile, the while loop also uses...
Read more >Background Removal with Python
OpenCV provides a couple of “out-of-the-box” solutions; however, ... An infinite loop is started by reading the frames from the camera.
Read more >Module: segmentation — skimage v0.19.2 docs
Maximum iterations to optimize snake shape. ... The algorithm solves the diffusion equation at infinite times for sources placed on markers of each...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As an aside, pipenv is in my mind the best tool for the task, rather than virtualenv. These are movable, and updateable in a controlled way, and you can keep the state under version control with hashes. Check it out: https://pypi.org/project/pipenv/
Were I ever to create a tool for automatic bug reporting, I would make it create a pipenv environment definition for it.
Sorry, there is no looping but there is very long generation — usually it takes less than 20 minutes for the sample, now I takes couple of hours before I seen “light at the end of the tunnel” (still compiling…)
Update: May be something wrong in my setup (running my other tests on different setups still not showed big increase of compiling time).