cyrildiagne / basnet-http

HTTP service wrapper for BASNet: Boundary-Aware Salient Object Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Images are 265x265px

Seb1337 opened this issue · comments

Is there a way i can adjust this Size? So i get a good quality image. For example 1920x1080px so i can work with those Images in a larger Scale?

But what does that mean. Resize it to the input size. I don't understand how this would improve the quality of the image i took. Can you give an example.

BASNet returns a grayscale mask so you can keep your high resolution input image and only resize the mask.
The mask won't have more information than 256x256 but your source image will have its native resolution.

@cyrildiagne But where do i find the input image. In the Folder i only find the low res images besides the mask etc.

The input image is the image you send to the service.