ReUseX  0.0.1
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
annotate.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2025 Povl Filip Sonne-Frederiksen
2//
3// SPDX-License-Identifier: GPL-3.0-or-later
4
5#pragma once
6#include "global-params.hpp"
7
8#include <CLI/CLI.hpp>
9#include <filesystem>
10#include <string>
11
12namespace fs = std::filesystem;
13
15
17 fs::path net_path = fs::current_path() / "yolov8x-seg.torchscript";
18
19 bool isCuda{false};
20};
21
22// Function declarations.
23void setup_subcommand_annotate(CLI::App &app);
int run_subcommand_annotate(SubcommandAnnotateOptions const &opt)
void setup_subcommand_annotate(CLI::App &app)