Results 16 comments of Maciej Skwara

Nah, I close issue to fast. I see these is related issue: https://github.com/InstantID/InstantID/issues/72

So maybe good idea to add these information to readme?

@trsvchn thanks for answer! Feature can be use to show rotated frames saved in coco files. I prepared a simple example (frame categories are random, it's just to visualize the...

I got these error too. And I fixed it. Unfortunately, I dont remember what exactly helped, but you can check my [fork](https://github.com/Skwarson96/salt)

From what I remember, the categories are taken from the annotations.json file. This file is created immediately after running the script and is only loaded later. So either you can...

Hello I tried to upload annotations.json to CVAT and I occured the same error. You need to change value of variable `poly` to `True` [here](https://github.com/anuragxel/salt/blob/e431b6ee3c938a4fe49f3cd1a759e555a9f2a81f/salt/dataset_explorer.py#L66) But after that you will...

@threeneedone This issue and solutions to it are described here: https://github.com/anuragxel/salt/issues/38

@Johnny-zbb This issue and solution how to fix it is described here: https://github.com/anuragxel/salt/issues/38

I already did PR https://github.com/ZrrSkywalker/Personalize-SAM/pull/18

Why did you remove torch? Without installing torch after run: python persam.py you get an error: ModuleNotFoundError: No module named 'torch'