FastSAM icon indicating copy to clipboard operation
FastSAM copied to clipboard

Fix: rename prompt_process.plot output parameter to output_path

Open tajpouria opened this issue 2 years ago • 1 comments

This update fixes a bug caused by an unrecognized argument in the prompt_process.plot output parameter. To address this issue, the parameter has been renamed to output_path.

tajpouria avatar Dec 31 '23 01:12 tajpouria

If only renaming output to output_path is not possible, using the cv2. imwrite function at the bottom will result in an error. File name required。

May I ask you a question(请教您个问题)? Do you know how to use fastsam to implement SamAutomaticMaskGenerator to generate multiple masks

kingljl avatar Feb 29 '24 05:02 kingljl