Graham Knapp

Results 96 comments of Graham Knapp

Hello, Do you have a specific use case for this? I think you might need to use a different plotting tool - it sounds like it is out of scope...

I have the same problem trying to run `makemigrations --dry-run` in ci - the queryset definition seems to trigger a failure through the polymorphic library. This is preventing us from...

My Nvidia GeForce GTX 1650 with 4Gb of Dedicated video memory is not able to run the examples

Pull request #46 allows me to run the `base40M-textvec` model with 4Gb of dedicated video memory ! This makes me very happy 🚀

Hello, `shutil` is part of the standard library so it should not be added to setup.py

You're very welcome ! Also on a point of personal preference I would remove code comments which say what the code is doing - that should be clear from the...

I think it would make sense to implement this as a `write_txt()` method on the `PointCloud` object for consistency with `write_ply`. A minimal working example would be ```python import numpy...

Results for the cubes example visualised in Cloud Compare: ![image](https://user-images.githubusercontent.com/32717635/209558643-b1d0c2a3-494f-4c29-9967-225964038da5.png)

If you open them in Cloud Compare, set the background color to white and increase the point size and experiment with the view settings then you should be able to...

This is awesome - without this change I cannot run any of the examples on my Geforce GTX 1650 with 4Gb of dedicated GPU memory. With this change I can...