|
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 = 8 |
Definition at line 15 of file annotate.hpp.
| size_t SubcommandAnnotateOptions::batch_size = 16 |
Definition at line 22 of file annotate.hpp.
| bool SubcommandAnnotateOptions::isCuda {false} |
Definition at line 19 of file annotate.hpp.
| fs::path SubcommandAnnotateOptions::net_path = fs::current_path() / "yolov8x-seg.torchscript" |
Definition at line 17 of file annotate.hpp.
| size_t SubcommandAnnotateOptions::num_workers = 4 |
Definition at line 24 of file annotate.hpp.
| size_t SubcommandAnnotateOptions::prefetch_batches = 8 |
Definition at line 25 of file annotate.hpp.
| bool SubcommandAnnotateOptions::shuffle = false |
Definition at line 23 of file annotate.hpp.