|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#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 |
| 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 |
Definition at line 16 of file annotate.hpp.
| size_t SubcommandAnnotateOptions::batch_size = 16 |
Definition at line 23 of file annotate.hpp.
| float SubcommandAnnotateOptions::confidence = 0.5f |
Definition at line 29 of file annotate.hpp.
| bool SubcommandAnnotateOptions::isCuda {false} |
Definition at line 20 of file annotate.hpp.
| fs::path SubcommandAnnotateOptions::net_path = fs::current_path() / "yolov8x-seg.torchscript" |
Definition at line 18 of file annotate.hpp.
| size_t SubcommandAnnotateOptions::num_workers = 4 |
Definition at line 25 of file annotate.hpp.
| size_t SubcommandAnnotateOptions::prefetch_batches |
Definition at line 26 of file annotate.hpp.
| std::string SubcommandAnnotateOptions::prompts |
Definition at line 33 of file annotate.hpp.
| std::string SubcommandAnnotateOptions::prompts_file |
Definition at line 34 of file annotate.hpp.
| bool SubcommandAnnotateOptions::random_seed = false |
Definition at line 41 of file annotate.hpp.
| uint32_t SubcommandAnnotateOptions::seed = 42 |
Definition at line 40 of file annotate.hpp.
| bool SubcommandAnnotateOptions::shuffle = false |
Definition at line 24 of file annotate.hpp.
| bool SubcommandAnnotateOptions::skip_annotated = false |
Definition at line 28 of file annotate.hpp.
| bool SubcommandAnnotateOptions::video = false |
Definition at line 35 of file annotate.hpp.