Recent Releases of geoconv

geoconv - geoconv_v0.0.8

GeoConv Version 0.0.8

This small update only addresses the way how the Pytorch version of ConvIntrinsic interpolates vertex features. Here, interpolation has been replaced with the more GPU-friendly pytorch.gather function.

- Python
Published by andreasMazur 12 months ago

geoconv - geoconv_v0.0.7

GeoConv Version 0.0.7

This small update mostly addresses pull request #6 and adds: 1. a fix to the bug that caused the GCC to fail during package installation due to the use of a deprecated numpy API 2. an update to the dependency requirements 3. minor adjustments to the parameters of the FAUST data generator

- Python
Published by andreasMazur almost 2 years ago

geoconv - geoconv_v0.0.6

GeoConv Version 0.0.6

  1. GeoConv is now listed on the pypi index and can thus be installed via pip install geoconv. See README.md for further details
  2. GeoConv implements basic preprocessing functionalities
  3. GeoConv implements intrinsic mesh convolutions in Tensorflow/Keras and Pytorch
  4. GeoConv provides benchmark and visualization tools

- Python
Published by andreasMazur about 2 years ago