isaaccorley / torchseg

Segmentation models with pretrained backbones. PyTorch.
MIT License
91 stars 7 forks source link

Overhaul 2.1 Remove Dependencies / Add Full Timm Support #3

Closed isaaccorley closed 4 months ago

isaaccorley commented 5 months ago

This PR seeks to do a few things:

There's some other misc cleanup that is done:

JulienMaille commented 4 months ago

Looking forward to test this update! Have you checked if you can use timm convenext_nano encoder with this PR?

isaaccorley commented 4 months ago

Looking forward to test this update!

Have you checked if you can use timm convenext_nano encoder with this PR?

Yes this PR allows the use of convnext as the encoder!

isaaccorley commented 4 months ago

@notprime Can you give this a review and maybe give some thoughts?

ogencoglu commented 4 months ago

Looking forward to this update...

isaaccorley commented 4 months ago

@JulienMaille @ogencoglu @notprime These features are now merged and you can install them using

pip install --pre torchseg or pip install 'torchseg==0.0.1a2'