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

[Feature Request] Object Detection Trainer #442

Closed
austinmw opened this issue Mar 1, 2022 · 2 comments · Fixed by #758
Closed

[Feature Request] Object Detection Trainer #442

austinmw opened this issue Mar 1, 2022 · 2 comments · Fixed by #758
Labels
trainers PyTorch Lightning trainers
Milestone

Comments

@austinmw
Copy link

austinmw commented Mar 1, 2022

Hi, I'm curious if there are any plans to add an object detection trainer?

Also, I wonder how feasible it may be to extend this library to work with video data and multi-object tracking tasks? Or is torchvideo more appropriate for this task?

@austinmw austinmw changed the title [Feature Request] Detection trainer [Feature Request] Object Detection Trainer Mar 1, 2022
@adamjstewart adamjstewart added the trainers PyTorch Lightning trainers label Mar 1, 2022
@adamjstewart
Copy link
Collaborator

Hi, I'm curious if there are any plans to add an object detection trainer?

I would love to see this. We already have many object detection and instance segmentation datasets (NWPU VHR-10 was the very first dataset I added). I don't personally have the time to add one at the moment, but if you have the time to contribute a PR I would love to review it.

Also, I wonder how feasible it may be to extend this library to work with video data and multi-object tracking tasks? Or is torchvideo more appropriate for this task?

I would scope TorchGeo as a library for any kind of geospatial data, especially image/video data. So if the datasets you have in mind involve multispectral (or RGB) satellite imagery and time series data, I think TorchGeo would be a great fit. Torchvideo (and torchvision) are more for non-geospatial RGB images/videos.

@adamjstewart
Copy link
Collaborator

Preliminary work on this in #758

@adamjstewart adamjstewart added this to the 0.4.0 milestone Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
trainers PyTorch Lightning trainers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants