Jeroen Delcour

Results 13 comments of Jeroen Delcour

Thanks to @blindnote, I also got it working on Ubuntu 16.04, albeit with the depth view disabled. I installed `qt4-default` and `libqgtviewer2-qt4` and made a symlink so `lsd_slam_viewer` uses it...

I'm still getting the same `No module named 'encodings'` error on a fresh install through snap. I see the snap image has been updated yesterday so I assumed the fixed...

Thanks for the fix, but it seems the [snap publishing pipeline is broken](https://github.com/OpenDroneMap/ODM/runs/8079544892?check_suite_focus=true) so I'm unable to test it.

Thanks for the fix! The `No module named 'encodings'` error seems fixed. However, I'm now getting another missing dependency: ``` Traceback (most recent call last): File "/snap/opendronemap/177/odm/run.py", line 15, in...

It has not been solved. Updating the snap package and running `opendronemap` without any arguments still shows the same error. Have you tested your own commit? Are you not getting...

Thanks for fixing! It took me a minute to figure out how to use it, so for anyone else wondering: it expects an absolute file path, rather than relative to...

Alternatively, the CNN methods could be converted use a lightweight inference engine like [onnxruntime-gpu](https://pypi.org/project/onnxruntime-gpu/). It would probably require reworking a bunch of things like the custom model support, but I...

Interesting idea. I don't think I've ever had to make each point in a plot a different color (without also needing labels for each, at which point you need to...

That sounds pretty unique. If more people express interest in such a convenience feature, I will look into it. For now, you should be able to make what you want...

If this was an issue with the way pip handles caching credentials, it has since been resolved in https://github.com/pypa/pip/pull/10033. However, I'm still running into this issue. I checked that I...