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

#include <annotate.hpp>

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 = 8

Detailed Description

Definition at line 15 of file annotate.hpp.

Member Data Documentation

◆ batch_size

size_t SubcommandAnnotateOptions::batch_size = 16

Definition at line 22 of file annotate.hpp.

◆ isCuda

bool SubcommandAnnotateOptions::isCuda {false}

Definition at line 19 of file annotate.hpp.

◆ net_path

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

Definition at line 17 of file annotate.hpp.

◆ num_workers

size_t SubcommandAnnotateOptions::num_workers = 4

Definition at line 24 of file annotate.hpp.

◆ prefetch_batches

size_t SubcommandAnnotateOptions::prefetch_batches = 8

Definition at line 25 of file annotate.hpp.

◆ shuffle

bool SubcommandAnnotateOptions::shuffle = false

Definition at line 23 of file annotate.hpp.


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