-
Summary:
The "Open Source GIS Tool for Water Harvesting Planning in Indian Cities" aims to develop a user-friendly and accessible GIS tool to support sustainable water management in urban areas acr…
-
Hello Matteo,
have you ever thought about adding Mahalanobis distance additional to Euclidean/ Cosine as it gives attention to correlations of the data set? Calculation with python doesn't look dif…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/do…
-
I'm using fast_gicp bound to python.
How can I specify my own iteration here?
It would be nice to know the proper way to do it.
Thanks for the good work.
```py
import pygicp
target = #…
-
1. Investigate SOTA dnn-based monocular depth estimation models and test performance on our GPUs
2. Integrate model into ROS 2 node
3. (separate task) Generating point clouds from depth estimation out…
-
Some ideas here (hu moments should already be an option for this pipeline):
https://www.learnopencv.com/shape-matching-using-hu-moments-c-python/
https://docs.opencv.org/master/d5/d45/tutorial_py_co…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Hey,
I watched your video here: https://www.youtube.com/watch?v=_cEouvyJNMs
And it led me to your python notebook that contains ssd net for object detection. I want to try out the distance estim…
-
Hi,
What is the reference for measuring distance to objects by camera? and how do you estimate it?
Please, help me. Thanks
-
Hi, this library is great. Definitely fills a gap in the scientific python ecosytem.
I was wondering about the case where you're repeatedly calling skgeom functions. For example, a monte carlo esti…