libcpab icon indicating copy to clipboard operation
libcpab copied to clipboard

3D transformations

Open ilyanelken opened this issue 5 years ago • 5 comments

Hi, What is the latest stable version that include 3D transformations? I see that in version 1.4 it is not working well. Thanks, Ilya

ilyanelken avatar May 09 '19 11:05 ilyanelken

Also what is TF version that libcpab version-2.0 tensorflow/transformer.so should be compiled with?

ilyanelken avatar May 09 '19 16:05 ilyanelken

@SkafteNicki Hi, I will appreciate your help. Thanks, Ilya

ilyanelken avatar May 22 '19 19:05 ilyanelken

Sorry, for not getting back to you before. Version 2.0 is the only one that includes a stable (and bug-free) version of 3D transformation. The intention is that libcpab version-2.0 is compatible with tensorflow-2.0.

SkafteNicki avatar May 23 '19 15:05 SkafteNicki

@SkafteNicki Thanks for answer. Was version-2.0 tested with tensorflow-2.0? For instance there is: B = tf.cast(params.basis, dtype=tf.float32, device=device) from: https://github.com/SkafteNicki/libcpab/blob/version2.0/libcpab/tensorflow/transformer.py#L95 And as far as I see there is no "device" argument in tf.cast() method.

ilyanelken avatar May 24 '19 16:05 ilyanelken

You are right. I never got the libcpab-2.0/tensorflow-2.0 combo completely up-to-date. I have some spare time the next two days, and will try to solve this.

SkafteNicki avatar May 29 '19 11:05 SkafteNicki