Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChristianInterno/ReStraV
/ functions
Functions
19 in github.com/ChristianInterno/ReStraV
⨍
Functions
19
◇
Types & classes
2
↓ 2 callers
Function
decode_clip
(video_path, T=24, window_sec=2.0, center_time=None)
dinov2_features.py:23
↓ 2 callers
Function
moment4
(x)
dinov2_features.py:90
↓ 2 callers
Function
preprocess
(frames)
dinov2_features.py:19
↓ 1 callers
Function
compute_temporal_geometry
(Z)
dinov2_features.py:83
↓ 1 callers
Function
download_fake
()
DATA/download_training_data.py:74
↓ 1 callers
Function
download_file
(url, dest_root)
DATA/download_training_data.py:24
↓ 1 callers
Function
download_real
()
DATA/download_training_data.py:44
↓ 1 callers
Function
download_video
(url)
demo.py:37
↓ 1 callers
Function
extract_tar
(tar_path, out_root)
DATA/download_training_data.py:69
↓ 1 callers
Function
main
()
DATA/download_training_data.py:99
Method
__init__
(self, in_dim=21, h1=64, h2=32)
train.py:94
Method
__init__
(self, in_dim=21, h1=64, h2=32)
demo.py:12
Function
classify
(video_file)
demo.py:58
Function
extract_dinov2_embeddings
(video_paths, device=None, T=24, window_sec=2.0)
dinov2_features.py:60
Function
extract_pixel_embeddings
(video_paths, T=24, window_sec=2.0)
dinov2_features.py:49
Function
features_from_Z
(Z)
dinov2_features.py:97
Method
forward
(self, x)
train.py:103
Method
forward
(self, x)
demo.py:21
Function
handle_download
(url)
demo.py:92