-
Notifications
You must be signed in to change notification settings - Fork 1
Libtorch_install
Moscowsky Anton edited this page Mar 15, 2023
·
5 revisions
Libtorch is C++ API of torch machine learning library.
Download and unzip libtorch. In CMakeLists.txt file of ExtendedObjectDetection project change line 12:
set(torch OFF)
to
set(torch ON)
And specify path to unzipped libtorch in line 43:
list(APPEND CMAKE_PREFIX_PATH "/home/anton/Lib/libtorch")
Then rebuild project.
- Home
- ROS-interface
- Interacting with a package through a configuration file
- Common structure of the configuration file
-
Simple objects
- Clusterization
- Filtering
- Tracking
- Attributes
- HSVcolor
- HistColor
- HaarCascade
- Size
- Hough
- Dimension
- BasicMotion
- Aruco
- Feature
- Pose
- DNN
- QR
- QR_Zbar
- LogicAnd
- LogicNot
- LogicOr
- Blob
- Depth
- RoughDist
- Dist
- FaceDlib
- ExractedInfoId
- ExractedInfoString
- UnitTranslation
- SquareObjectDistance
- TorchYOLOv7Attribute
- TorchYOLOv7KeypointAttribute
- ROSSubcriberOpenPoseRaw
- DummyHumanPose
- Complex objects
- Install Guides
- Usage Guides
- Troubleshooting