The error I encountered while preparing my scenes using code extract_scannet_scene
myself-oriented opened this issue · 3 comments
Hi, thanks for your code!
I prepare my scenes using the code "extract_scannet_scene",which has two input parameters, one is "path to scene" and the other is "path to ScanNet". For parameter "path to ScanNet", I type the path of trained network downloaded in step1(named 20211027_092436.tar), but an error occurs when running the code, prompting "_! src_empty() in 'cvtcolor' ".I open "extract_scannet_scene.cpp" and find "boost:: Filesystem ::path path2scannet(argv[2])" and "boost::filesystem::path path2scannetscene(path2scannet/"scans_test"/config.kname); " in lines 161 and 163 of the "main()".I find that the trained ScanNet(20211027_092436.tar) does not contain the folder "scans_test", so I would like to know how to deal with this problem, whether I need to train a ScanNet by myself when preparing my own scenes, or there is something wrong with my method .Looking forward to your reply!
Hi, Path to ScanNet
is the path to the directory into which you extracted the ScanNet dataset, as described here.
Hi,thanks for you code!
I prepare the config.josn for my sence .I wonder how "max_depth" and "dist2m" are obtained.Looking forward to your reply!
Hi, this should answer your question.