Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whether to consider porting torchvision's model #1450

Open
whuanle opened this issue Feb 16, 2025 · 2 comments
Open

Whether to consider porting torchvision's model #1450

whuanle opened this issue Feb 16, 2025 · 2 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@whuanle
Copy link

whuanle commented Feb 16, 2025

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.

@ozanMSFT ozanMSFT added question Further information is requested enhancement New feature or request labels Feb 18, 2025
@ozanMSFT
Copy link
Contributor

@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?

@whuanle
Copy link
Author

whuanle commented Feb 18, 2025

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants