ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
SubcommandAnnotateOptions Struct Reference

#include <annotate.hpp>

Collaboration diagram for SubcommandAnnotateOptions:

Public Attributes

fs::path net_path = fs::current_path() / "yolov8x-seg.torchscript"
bool isCuda {false}
size_t batch_size = 16
bool shuffle = false
size_t num_workers = 4
size_t prefetch_batches
bool skip_annotated = false
float confidence = 0.5f
std::string prompts
std::string prompts_file
bool video = false
uint32_t seed = 42
bool random_seed = false

Detailed Description

Definition at line 16 of file annotate.hpp.

Member Data Documentation

◆ batch_size

size_t SubcommandAnnotateOptions::batch_size = 16

Definition at line 23 of file annotate.hpp.

◆ confidence

float SubcommandAnnotateOptions::confidence = 0.5f

Definition at line 29 of file annotate.hpp.

◆ isCuda

bool SubcommandAnnotateOptions::isCuda {false}

Definition at line 20 of file annotate.hpp.

◆ net_path

fs::path SubcommandAnnotateOptions::net_path = fs::current_path() / "yolov8x-seg.torchscript"

Definition at line 18 of file annotate.hpp.

◆ num_workers

size_t SubcommandAnnotateOptions::num_workers = 4

Definition at line 25 of file annotate.hpp.

◆ prefetch_batches

size_t SubcommandAnnotateOptions::prefetch_batches
Initial value:
=
8

Definition at line 26 of file annotate.hpp.

◆ prompts

std::string SubcommandAnnotateOptions::prompts

Definition at line 33 of file annotate.hpp.

◆ prompts_file

std::string SubcommandAnnotateOptions::prompts_file

Definition at line 34 of file annotate.hpp.

◆ random_seed

bool SubcommandAnnotateOptions::random_seed = false

Definition at line 41 of file annotate.hpp.

◆ seed

uint32_t SubcommandAnnotateOptions::seed = 42

Definition at line 40 of file annotate.hpp.

◆ shuffle

bool SubcommandAnnotateOptions::shuffle = false

Definition at line 24 of file annotate.hpp.

◆ skip_annotated

bool SubcommandAnnotateOptions::skip_annotated = false

Definition at line 28 of file annotate.hpp.

◆ video

bool SubcommandAnnotateOptions::video = false

Definition at line 35 of file annotate.hpp.


The documentation for this struct was generated from the following file: