@Aaky ,
Please check the following thread for more information: https://forum.modalai.com/topic/3459/masking-qvio/
My suggestion:
download the test mask from here :
https://gitlab.com/voxl-public/voxl-sdk/services/voxl-qvio-server/-/blob/master/misc/mask_example_160x120.pgm . which has top half of image black (0), and bottom half white (255). values of 0 is where new features will be allowed to be detected
You can use gimp, to modify the mask and before saving you can threshold it so that the values are all 0 and 255 (nothing in between, just in case).
export from gimp as pgm (raw)
do a test with the original mask example, make sure no features are picked up in the bottom image. This is the baseline test
then try your new mask, you can also overlay the mask on top of the QVIO overlay, just like the other user did for checking.
Also please note (from the other thread) to pay attention to the fact that QVIO mask path is relative to where qvio server starts. So if you start it as a service, it's working directory will be / but if you run it manually, the working directory will be your current directory in the terminal - the other thread explains that issue.
Alex