-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add object detection task #156
Comments
@daiki-kimura and @takaomoriyama will work on it. We will take inspiration from torchgeo OD task and try to have a factory that allows to use any backbone from our registries in one of the OD frameworks/architectures from torchvision. |
Table (IBMer-only): https://ibm-my.sharepoint.com/:x:/p/daiki_jp/EbdiOD6qleFLpQdXx4DpasUBMWDvUBHhrUT_jtGxhjgkZA?e=1htrxZ |
The first prototype of ObjectDetectionTask and ObjectDetectionModelFactory is committed to obj_det_geobench though not completed.
Trying to reproduce example case using VHR10 data as in https://medium.com/@byeonghyeokyu/torchgeo-an-introduction-to-object-detection-example-b0fd43e89649 |
It may stop with following error.
This means that self.model.parameters() is returning empty. This case, self.model is an instance of ObjectDetectionModelWrapper. |
The problem "ValueError: optimizer got an empty parameter list" was solved in commit 1e73181
|
Updated training_step() of ObjectDetectionTask, and some clean up (https://github.com/IBM/terratorch/tree/obj_det_geobench) Currently encountering following error after 1 epoch is executed. It looks that list is being passed to _multiclass_stat_scores_tensor_validation() instead of tensor.
|
@paolofraccaro currently working on it |
No description provided.
The text was updated successfully, but these errors were encountered: