Releases: xiaowuga/DeFillet
DeFillet_Windows_Release_v1.0
Two command-line executables are included for easy algorithm testing.
The executable target detector_cli.exe takes a .ply mesh file as input and outputs the fillet segmentation results and intermediate results to a specified output folder.
You can modify the detector_config.json file to change the input and output folder paths as well as algorithm parameters (configured based on the details in the paper).
The executable target detector_cli.exe accepts two types of input: a .ply mesh file and a JSON-format segmentation result file (generated by detector_cli.exe itself). It then outputs both the defilleted shape and intermediate data to a user-specified output directory.
You can modify the removal_config.json file to change the input and output folder paths as well as algorithm parameters (configured based on the details in the paper).