Hello,
not sure if it is important in the end, but the “Detecting people and their poses using PointCloud Library” tutorial (http://pointclouds.org/documentation/tutorials/gpu_people.php#gpu-people) references in the first code snippet four tree_files: //selecting tree files vector<string> tree_files; tree_files.push_back("Data/forest1/tree_20.txt"); tree_files.push_back("Data/forest2/tree_20.txt"); tree_files.push_back("Data/forest3/tree_20.txt"); tree_files.push_back("Data/forest4/tree_20.txt"); If I understand it right, these files should be in the following GitHub location: https://github.com/PointCloudLibrary/data/tree/master/people/results
Unfortunately there are only 3 of the four files from the examples. The last one is missing: tree_files.push_back("Data/forest4/tree_20.txt"); Anybody knows, where to get this last file? (and if it is important or if I could just skip it) Thank you! Best regards, Rüdiger _______________________________________________ PCL-developers mailing list [hidden email] http://pointclouds.org/mailman/listinfo/pcl-developers http://pointclouds.org |
You can skip it. Op 15 dec. 2017 23:12 schreef "Rüdiger Lincke" <[hidden email]>:
_______________________________________________ PCL-developers mailing list [hidden email] http://pointclouds.org/mailman/listinfo/pcl-developers http://pointclouds.org |
It's probably a good idea to change that in the tutorial then. Can you send a pull request with the changes? Cheers On 18-12-2017 09:30, Koen Buys wrote:
_______________________________________________ PCL-developers mailing list [hidden email] http://pointclouds.org/mailman/listinfo/pcl-developers http://pointclouds.org |
Free forum by Nabble | Edit this page |