Talmaj

Results 8 issues of Talmaj

https://github.com/ToriML/onnx2pytorch

The Documentation mentions `trianglemeshes_to_spcs` function, which is not in the repository.

bug
documentation

Could you also provide nightly version of the library with prebuilt wheels?

enhancement
installation

This is more an enhancement than a bug. Namely the `mesh_normal_consistency` function is implemented in C++ and is relatively slow when training with a strong GPU. That's why we can...

enhancement

backgroundColor set in options or defaultOptions in GoogleMap does not work as described [here](https://developers.google.com/maps/documentation/javascript/reference#MapOptions). The following snippet is not working correctly: ``` ``` One solution I found is if the...

Currently there is no support for onClick for Polygon shapes that is supported in the official leaflet library.

help wanted

Change `compute_activation_dependencies` in `convert/model.py` to use recursion. Currently it is limited to two levels only, with recursion it will be "limitless".

good first issue

There is a lot of code similarities in ConvertModel and Loop. Try to refactor it in such a way that the code is re-used. Creating a base class for both...