d3dhelper icon indicating copy to clipboard operation
d3dhelper copied to clipboard

Unofficial sample code for Distilled 3D Networks (D3D) in Tensorflow.

Results 2 d3dhelper issues
Sort by recently updated
recently updated
newest added

when I use s3dg extract features, and load s3dg pretrained model, it has a error: 2021-01-10 17:34:50.791160: W tensorflow/core/framework/op_kernel.cc:1651] OP_REQUIRES failed at save_restore_v2_ops.cc:184 : Not found: Key InceptionV1/Conv2d_1a_7x7/biases not found...

Hello @jonathancstroud , The input pre-processing that you have used in the notebook is im/255 which re-scales the values in the range [0,1]. But the original i3d paper from deepmind...