Personalize-SAM icon indicating copy to clipboard operation
Personalize-SAM copied to clipboard

requirements.txt missing library

Open yassineAlouini opened this issue 1 year ago • 3 comments

It seems that the requirements.txt file is missing some of the necessary libraries. Besides, some aren't necessary (such as os and warnings, which come in the base library).

I can contribute an MR that adds these. :ok_hand:

yassineAlouini avatar May 26 '23 14:05 yassineAlouini

The following requirements seem to work:

matplotlib
tqdm
numpy
opencv-python
torch
torchvision

yassineAlouini avatar May 26 '23 14:05 yassineAlouini

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

Skwarson96 avatar May 29 '23 06:05 Skwarson96

To be clear, os and warnings in the requirements file isn't just "unnecessary", but actually break the installation instruction pip install -r requirements.txt which was provided in the readme, since these modules are not provided by pip.

AustinStarnes avatar Jul 24 '24 01:07 AustinStarnes