midist

Results 4 issues of midist

Forward slash in the directory assigned to "dest" variable causes "No such file or directory" error on " images/grizzly.jpg". Just changed the slash from " / " to " \...

Hi I'm on Win10, docker installed but can't get rid of this error [coco_docker_error.txt](https://github.com/jsbroks/coco-annotator/files/9381709/coco_docker_error.txt) `Traceback (most recent call last): File "docker\api\client.py", line 214, in _retrieve_server_version File "docker\api\daemon.py", line 181, in...

Calling: cloud = pclpy.read("path/to/.las", ""PointXYZ") causes: laspy.errors.LaspyException: You are using laspy 2.0, which has several improvements over 1.x. But calling: cloud = pclpy.read("path/to/.las") //without point type causes: TypeError: read() missing...

Hi, thanks for all this great work, I have an issue but I don't know if it is anything with your code. In the visualization part of your tutorial you...