Open mitra052 opened 4 years ago
Hi,
I have the same question, I was trying to get the viewmc_kldiv_region mode as the active selector, and in the _activeselection/init.py in line 31 we have the
overlap_handler = OverlapHandler(os.path.join(constants.SSD_DATASET_ROOT, args.dataset, "raw", "selections", args.superpixel_coverage_dir), args.superpixel_overlap, memory_hog_mode=True)
Could you explain what this Overlaphandler is doing and as @mitra052 asked as well, I do not have any coverage_superpixel folder and i get the error:
FileNotFoundError: [Errno 2] No such file or directory: '/home/robot/datasets/structured_cwc/cropweed/raw/selections/coverage_superpixel'
Thank you.
Thank you for sharing your work. I have a question about the overlap folder. How do you generate the overlaps between superpixels and save it in the coverage_superpixel folder? Thanks.