You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your issue arises by using CGAL in your own source code, please provide a minimalist example that we can compile easily to reproduce the bug. If your issue arises from using a CGAL program (demo, example, etc.), please let us know which one. Helping you solving an issue is much easier and efficient if we can reproduce it.
Environment
Win10,64bit
vs2019
Cmake
CGAL5.5.1
Operating system (Windows/Mac/Linux, 32/64 bits):
Compiler:
Release or debug mode:
Specific flags used (if any):
CGAL version:
Boost version:
Other libraries versions if used (Eigen, TBB, etc.):
The text was updated successfully, but these errors were encountered:
wbq13599531791
changed the title
Reading input CGAL error: assertion violation! Expression : parray_ != nullptr File : D:\dev\vcpkg\installed\x64-windows\include\CGAL/Surface_mesh/Properties.h Line : 607 Explanation: Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html
Reading input Error: "label" property not found in input file.
Oct 7, 2023
Please use the following template to help us solving your issue.
Issue Details
我想用cgal中的classification算法对已经打好标签的ply数据做训练,但是无法读取ply数据到Point_set后,无法读取Point_set中的property_map(已经用CLoudCompare对ply文件添加了SF标签,起名为label)
Describe your issue. Please be specific (compilation error, runtime error, unexpected behavior, wrong results, etc.).
Source Code
If your issue arises by using CGAL in your own source code, please provide a minimalist example that we can compile easily to reproduce the bug. If your issue arises from using a CGAL program (demo, example, etc.), please let us know which one. Helping you solving an issue is much easier and efficient if we can reproduce it.
Environment
Win10,64bit
vs2019
Cmake
CGAL5.5.1
The text was updated successfully, but these errors were encountered: