WorstCodeWay
WorstCodeWay
Hi, this is a great work you’v made. But how to reflect from strings of enum value and name? I have, ``` enum Type { A = 1, B =...
把YOLOv3整个模型(模型和参数)训练好了保存之后,再加载之后预测的结果shape变了。不保存直接推断是3个元素的tensor。而现在是6个元素的tensor。如下: 对于一张图片的预测 训练完直接预测的输出(只有一个类别)shape [1 52 52 3 6] [1 26 26 3 6] [1 13 13 3 6] 通过加载保存好的整个模型预测的输出(只有一个类别)shape [1 52 52 18] [1 26 26 3 6] [1 13...
**Describe the feature you would like** CloudCompare is a wonderful tool for viewing, editing and processing 3D data. I wonder if it can be integrated into my qt project as...
I have look around for a point cloud editor, but nothing found. Coping, deleting, adding points from cloud sound great!
Hi, as title says, how can I find the installed miniz project by find_package from cmake? Such as: ``` find_package(miniz REQUIRED) include_directories(${MINIZ_INCS}) target_link_libaries(bin ${MINIZ_LIBS}) ```
Hi, I meet a problem when I logging to qt widget `QTextEdit` with different color. Sequence of logs are wrong. Here my logs within `QTextEdit` ``` [I][7738][2023/06/06 07:55:14:907][device] Parse information....
Hi, I'm using this great project in my project. Everything is perfect, but I want to disable the log from this project. I mean close all logs totally, including console...
I can get ipv4 address by NetworkInferface::ipv4_address(). But how to get gateway address on that interface? Such like, 172.18.0.1/24 and 172.18.0.123 is the ipv4 address and 172.18.0.1 is the gateway...
Hi, I new to socket, but I want to scan ports which are opened on other host or not. I find `libtins` can do this. Thanks for your work! I...
**Enviroment** cvat : 2.17.0 (from develop branch) ubuntu : 22.04 COCO_to_YOLOv8 : main **Coco dataset folder** ``` abeled$ tree . ├── annotations │ └── instances_Train.json └── images └── Train └──...