Releases: andreasMazur/geoconv
Releases · andreasMazur/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.
geoconv_v0.0.7
GeoConv Version 0.0.7
This small update mostly addresses pull request #6 and adds:
- a fix to the bug that caused the GCC to fail during package installation due to the use of a deprecated numpy API
- an update to the dependency requirements
- minor adjustments to the parameters of the FAUST data generator
geoconv_v0.0.6
GeoConv Version 0.0.6
- GeoConv is now listed on the pypi index and can thus be installed via
pip install geoconv. See README.md for further details - GeoConv implements basic preprocessing functionalities
- GeoConv implements intrinsic mesh convolutions in Tensorflow/Keras and Pytorch
- GeoConv provides benchmark and visualization tools