isaaccorley / torchseg

Segmentation models with pretrained backbones. PyTorch.
MIT License
104 stars 8 forks source link

Overhaul 2.1 Remove Dependencies / Add Full Timm Support #3

Closed isaaccorley closed 8 months ago

isaaccorley commented 10 months ago

This PR seeks to do a few things:

There's some other misc cleanup that is done:

JulienMaille commented 9 months ago

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

isaaccorley commented 9 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 9 months ago

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

ogencoglu commented 9 months ago

Looking forward to this update...

isaaccorley commented 8 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'