|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Configuration for ML annotation inference and data loading. More...
#include <annotate.hpp>
Public Attributes | |
| bool | use_cuda = false |
| Force CUDA acceleration. | |
| size_t | batch_size = 16 |
| Batch size for inference (recommended: 8-64). | |
| bool | shuffle = false |
| Shuffle dataset before processing. | |
| size_t | num_workers = 4 |
| Number of worker threads (recommended: 2-4). | |
| size_t | prefetch_batches = 8 |
| Batches to prefetch (recommended: 2-3x workers). | |
Configuration for ML annotation inference and data loading.
Definition at line 11 of file annotate.hpp.
| size_t reusex::vision::AnnotationConfig::batch_size = 16 |
Batch size for inference (recommended: 8-64).
Definition at line 13 of file annotate.hpp.
| size_t reusex::vision::AnnotationConfig::num_workers = 4 |
Number of worker threads (recommended: 2-4).
Definition at line 15 of file annotate.hpp.
| size_t reusex::vision::AnnotationConfig::prefetch_batches = 8 |
Batches to prefetch (recommended: 2-3x workers).
Definition at line 16 of file annotate.hpp.
| bool reusex::vision::AnnotationConfig::shuffle = false |
Shuffle dataset before processing.
Definition at line 14 of file annotate.hpp.
| bool reusex::vision::AnnotationConfig::use_cuda = false |
Force CUDA acceleration.
Definition at line 12 of file annotate.hpp.