aspuru-guzik-group / Semantic-segmentation-of-materials-and-vessels-in-chemistry-lab-using-FCN

Given an image find the region of vessels/container and the material inside it. Assign one or class per pixel using fully convolutional net (FCN)) for semantic segmentation.
MIT License
4 stars 0 forks source link

requirements.txt #2

Open senthurRam33 opened 1 year ago

senthurRam33 commented 1 year ago

Is there any requiremets.txt file available to install packages for this repo??

sagieppel commented 1 year ago

If you use anaconda the only requirements should be opencv And pytorch Otherwise you might need to add numpy

On Fri, 20 Oct 2023, 09:11 senthurRam33, @.***> wrote:

Is there any requiremets.txt file available to install packages for this repo??

— Reply to this email directly, view it on GitHub https://github.com/aspuru-guzik-group/Semantic-segmentation-of-materials-and-vessels-in-chemistry-lab-using-FCN/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB37V5YBYJYSUU5WPW6YSHTYAIIXVAVCNFSM6AAAAAA6IPCQUKVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2TGNRQGI4TAMA . You are receiving this because you are subscribed to this thread.Message ID: <aspuru-guzik-group/Semantic-segmentation-of-materials-and-vessels-in-chemistry-lab-using-FCN/issues/2 @github.com>

senthurRam33 commented 1 year ago

Not using anaconda. Can you provide the versions for those above packages??