fdarvas

Results 10 comments of fdarvas

Hi, So typical distortion parameters I have are e.g.: "p1": -0.0001843287, "p2": 0.00007242507, "k1": -0.1163275, "k2": 0.2183338, "k3": -0.1910492 What is important here is to note that these are in...

Hi, this does not make any sense, since the distortion function outputs in units of pixels, hence the coefficients must have units. Let us consider the simplest case, where only...

Hi Fabian As far as I understand, openSFM scales by max(image_width,image_height), whereas elsewhere it is common to scale by the focal length ( opencv does this, as you show in...

This means that the capture has no data - in order to solve this, more information is required - please not that you need to provide your own file path...

For shots at close distances, a band-to-band alignment of different channels - such as e.g. red to green - requires the solution of a dense stereo matching problem. A method...

I looked into the the current repository for pyexiftool (https://github.com/sylikc/pyexiftool/) and it looks like the code does not support the 'get_metadata(filename)' method for the Exiftool object anymore - not sure...

The Image.undistorted_radiance() method does return a floating point numpy array of the undistorted radiance. This can be multiplied by pi to get an estimate of the irradiance.

Unfortunately I dont have a solution for it yet.

looks like no solution so far - if it helps , I have run into the exact same issue with a custom RT-DETR model, also using deepstream 7.1 on an...

I have a correct model - an RT-DETR model , which looks ok in netron. I.e. it has and input layer named "input" and three output tensors, i.e. boxes, scores...