TorchSharp icon indicating copy to clipboard operation
TorchSharp copied to clipboard

Whether to consider porting torchvision's model

Open whuanle opened this issue 9 months ago • 2 comments

TorchSharp implements some of the models in Pytorch, but only image classification. Are there plans to continue implementing other models in torchvision?
https://github.com/pytorch/vision/tree/main/torchvision/models/detection
Image
I have written a tutorial, some use ,see https://torch.whuanle.cn/
It is hoped that the official can continue to implement the torchvision model for object detection and cutting, such as Faster-RCNN.

whuanle avatar Feb 16 '25 03:02 whuanle

@whuanle ; thanks for the question.

We're working on identifying and addressing new and missing implementations in PyTorch and Torchvision.

Could you provide specific examples of the models you find missing in Torchvision? Additionally, which models would you prioritize for implementation first?

ghost avatar Feb 18 '25 08:02 ghost

@ozanMSFT Hopefully, you can provide models in this directory.

https://github.com/pytorch/vision/tree/main/torchvision/models/detection

whuanle avatar Feb 18 '25 13:02 whuanle