woods.scripts.C3D_model module

Summary

Classes:

C3D

The C3D network as described in [1].

Reference

class woods.scripts.C3D_model.C3D(path, pretrained: bool = False)

Bases: Module

The C3D network as described in [1].

forward(x: Tensor, extract_features: bool = False) Tensor
extract_features(x: Tensor) Tensor
training: bool