Tomas Lastrilla
Tomas Lastrilla
Also having problem with this on windows.
Just reporting my findings for now just in case someone knows how to solve this. This problem occurs when enumerating on the `self.dataloader` on the texture stage. It has no...
> Hi, I was facing the same problem. Are you running on Windows? Please check the forward and backward slashes in the command that you are running in windows. If...
Yup! Will pull once I make some progress. But even the first step of getting proper commands from my PTZ Camera is worrisome. The only responses I get from any...
Adding Information:  Stopped the tracker midway in the Video to test if the openCV video reading is the problem. Screenshot proves further that its the CSRT tracker. Last marker...
Uploading the test video: https://drive.google.com/file/d/1Otr21tZHwCBOmL6n6EO8YwE4-yeTvJ-L/view?usp=sharing First frame you can pass the coordinates `(x,y,w,h) = (285, 73, 48, 62)` to trach the face
For some reason, `tracemalloc` and `memory_profiler` on python don't seem to catch the memory leak and I can only see the memory leak using the blackfire probe. Maybe because the...
HI, Alalek. Here's better reproducible code: ``` from imutils.video import VideoStream from imutils.video import FPS import argparse import imutils import time import cv2 import sys, os import psutil import gc...
No. I just ran it on a Dockerized Linux machine