d3s icon indicating copy to clipboard operation
d3s copied to clipboard

About test parameters

Open maojiaoli opened this issue 4 years ago • 1 comments

Hello, I used the trained model to test on THE GOT-10K, could you please tell me how I can get the visual effect of box and mask displayed at the same time? Where do you need to set the parameters? When I set debug = 1, all I can see is a visual display of the box.

maojiaoli avatar Aug 12 '21 07:08 maojiaoli

The current version of the code does not support visualization of the mask. You can save the masks to disk by setting the following parameters: params.save_mask = True, and params.masks_save_path = . The other way to display the masks more interactively is to modify the mask_to_disk.py so that it outputs the mask instead of returning it. To display the masks you will have to modify the code for visualization as well.

alanlukezic avatar Aug 19 '21 06:08 alanlukezic