Jiacheng Yang
Jiacheng Yang
As described in the guide you quote, you should be able to access the render inside `build/render`. The `index.html` is located [here](https://github.com/geek-ai/MAgent/tree/master/src/render/frontend) but the user is not supposed to access...
This may be caused by your network issues. You can manually download the required files. Check [here](https://github.com/geek-ai/MAgent/blob/b1fce2799bacd1d29f4a14b3196abc56425a6e6b/python/magent/utility.py#L242-L268) for detailed codes related to this part.
It seems that you are doing MAgent on Windows, which unfortunately is not supported. That being said, you should try MAgent either on Linux or OSX.
So for everyone who noticed this issue, just creating an empty folder called `MinkowskiEngineBackend` under the repo root and then doing another pip install -e works for me. I guess...
Hi @kai0416s, while I am still working on a concrete minimized example to provide a match between Minuet and MinkowskiEngine. You can either check the previous issue (#1), or the...
Hi @ErinTUDelft, thanks for your interests in Minuet. Here is a piece of code that illustrates how to use Minuet for inference (training is not supported currently but is in...
Hello @galiyu, may I know the data types of the coordinates and the features? Minuet, by default, only supports `int32` or `int64` coordinates, and `float32` features. The other data types...