Frano Rajič
Frano Rajič
Hej, it appears you're encountering "Out of Memory" (OOM) errors on your GPU. If the video you're processing is too long or the model/data demands are high, consider these solutions:...
Hi, thanks for your questions and issues, and sorry for the delay! I've not covered an edge case of CoTracker being given a small number of frames. This should be...
Hej, it looks like you're encountering an error when Hydra [instantiates the model](https://github.com/SysCV/sam-pt/blob/228d7cd957d90cbb601b1b6c8ad885f71995a9f3/demo/demo.py#L110). To help us get a clearer understanding of the problem, could you set the `HYDRA_FULL_ERROR` environment variable...
Hej @STAR-811, have you perhaps resolved your issue? Let us know if you need further guidance or if there are any updates.
Hej @ttanad, you can set the `HYDRA_FULL_ERROR` environment variable to `1` to see the full error. Has [`detectron2`](https://github.com/SysCV/sam-pt/blob/0dcc74782338f912b52bffa317379c90f03161d6/requirements.txt#L26) been successfully installed on your system, i.e., can you run `python -c...
Here are some things to try: 1. Run `export HYDRA_FULL_ERROR=1` in your console and then run the demo. Paste the complete output log here or provide a [pastebin](https://pastebin.com/) link if...
After you press escape, you should get a message saying `Below is the query point data...` and then the inference would run, followed by displaying the segmentation result in the...
Hej, if you're looking to extract the mask logits from our demo, you can find the relevant line of code below. Is this what you were searching for? https://github.com/SysCV/sam-pt/blob/228d7cd957d90cbb601b1b6c8ad885f71995a9f3/demo/demo.py#L134
For the demo unfortunately no, just the visualizations are created, but you can access the logits [here](https://github.com/SysCV/sam-pt/blob/874ff7e73d6ab05418a494d7a02ca233c0b31e8c/demo/demo.py#L134). When running SAM-PT on VOS as documented [here](https://github.com/SysCV/sam-pt/blob/874ff7e73d6ab05418a494d7a02ca233c0b31e8c/docs/04-running-experiments.md#running-sam-pt), the masks will automatically be...
Hej, you might want to check https://github.com/SysCV/sam-pt/issues/11#issuecomment-1680843187 first