Frano Rajič
Frano Rajič
Hej, yes, we plan to release the code this month. Thanks for your interest!
Just released, cheers
Hej, thanks for your interest. If you are looking for the point method used to sample points from the mask, it is implemented in the [`extract_kmedoid_points`](https://github.com/SysCV/sam-pt/blob/main/sam_pt/utils/query_points.py#L62-L99) function. If you are...
Hi @ManuBN786, the function `extract_kmedoid_points` also supports sampling negative points when given the inverted mask as input. For example, if the mask is a float tensor, then you invert it...
Hi, 12GB of GPU RAM should be enough for most experiments.
Hi @georgeYanch, a dirty workaround would be to add the root directory of SAM-PT to your `PYTHONPATH`. For example, this can be done by executing `export PYTHONPATH="${PYTHONPATH}:/path/to/sam-pt"` in your terminal....
I haven't prepared a jupyter notebook unfortunately, just a [demo script](https://github.com/SysCV/sam-pt/blob/874ff7e73d6ab05418a494d7a02ca233c0b31e8c/docs/01-getting-started.md#running-the-demo), but a notebook would be a great addition.
Hi, thank you for your question. Yes, SAM-PT can track an object that is defined in the initial frame. It outputs segmentation masks for all subsequent frames in the video....
Thanks for the question! Yes, the model supports being passed query points with arbitrary and varying timesteps for the same mask (see [here](https://github.com/SysCV/sam-pt/blob/874ff7e73d6ab05418a494d7a02ca233c0b31e8c/sam_pt/modeling/sam_pt.py#L138-L141)). The inputted query points are defined as...
Thank you for your interest in our project. Based on your description, it seems you're being prompted for the W&B (Weights & Biases) API key. W&B is a tool we've...