PhysAugNet 1.0.1
VQ-VQE powered augmentation for metal defect segmentation
Loading...
Searching...
No Matches
infer_video Namespace Reference

Functions

 infer_video (video_path, output_path, checkpoint, config_path="configs/default.yaml")

Variables

 parser = argparse.ArgumentParser(description="Reconstruct video using VQ-VAE")
 required
 True
 help
 type
 str
 default
 args = parser.parse_args()

Function Documentation

◆ infer_video()

infer_video.infer_video ( video_path,
output_path,
checkpoint,
config_path = "configs/default.yaml" )

Definition at line 10 of file infer_video.py.

Variable Documentation

◆ args

infer_video.args = parser.parse_args()

Definition at line 53 of file infer_video.py.

◆ default

infer_video.default

Definition at line 52 of file infer_video.py.

◆ help

infer_video.help

Definition at line 49 of file infer_video.py.

◆ parser

infer_video.parser = argparse.ArgumentParser(description="Reconstruct video using VQ-VAE")

Definition at line 48 of file infer_video.py.

◆ required

infer_video.required

Definition at line 49 of file infer_video.py.

◆ str

infer_video.str

Definition at line 52 of file infer_video.py.

◆ True

infer_video.True

Definition at line 49 of file infer_video.py.

◆ type

infer_video.type

Definition at line 52 of file infer_video.py.