generated from ashleve/lightning-hydra-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Make input a dictionary for multi-modal object detection (#95)"
This reverts commit de77a9d.
- Loading branch information
Showing
6 changed files
with
8 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
|
||
defaults: | ||
- COCO_TorchvisionFasterRCNN | ||
- override /model/[email protected]: tuple_tensorizer_normalizer | ||
- override /datamodule: armory_carla_over_objdet_perturbable_mask | ||
|
||
task_name: "ArmoryCarlaOverObjDet_TorchvisionFasterRCNN" | ||
|
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
mart/configs/model/modules/tuple_tensorizer_normalizer.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# We simply wrap a torchvision object detection model for validation. | ||
defaults: | ||
- modular | ||
- /model/[email protected]: tuple_normalizer | ||
|
||
training_step_log: | ||
loss: "loss" | ||
|
@@ -13,6 +12,13 @@ test_sequence: ??? | |
output_preds_key: "losses_and_detections.eval" | ||
|
||
modules: | ||
preprocessor: | ||
_target_: mart.transforms.TupleTransforms | ||
transforms: | ||
_target_: torchvision.transforms.Normalize | ||
mean: 0 | ||
std: 255 | ||
|
||
losses_and_detections: | ||
# Return losses in the training mode and predictions in the eval mode in one pass. | ||
_target_: mart.models.DualMode | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters