Matesanz
Matesanz
Hello, and thank you for the project and your efforts on this project. :slightly_smiling_face: I would like to know if you could, please, throw some light to how to **project...
## Description **Enhancement**: Add INT16 TIFF support to openSFM ## How Falling back to rasterio library when cv2 fails and normalizing int16 to int8 rgb/grayscale image. ## Where in the...
## Problem When running [Tutorial3](https://github.com/micasense/imageprocessing/blob/master/MicaSense%20Image%20Processing%20Tutorial%203.ipynb) I step on this problem in the first cell: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 15 [[807,632],[648,634],[645,473],[805,471]]] 16 ---> 17 cap.set_panelCorners(panelCorners) AttributeError:...
# Errror Description When **trying to search by vector** an error is raised ``` neighbors = space.nearest_neighbors(vector=[0,0,1], num=2) ``` ```python Traceback (most recent call last): File "/workspace/main.py", line 31, in...
# Description I don't know how to explain the following but: if you pip install this library from pypi the `index` parameter is not working, but if you build it...