You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
efficientdet-d3 is too heavy for me, I set "base = efficientdet-d0" in nuscenes.ini and run into error:
Creating backbone model efficientdet-d0
Traceback (most recent call last):
File "eval_panoptic_bev.py", line 614, in <module>
main(parser.parse_args())
File "eval_panoptic_bev.py", line 569, in main
model = make_model(args, config, test_dataloader.dataset.num_thing, test_dataloader.dataset.num_stuff)
File "eval_panoptic_bev.py", line 200, in make_model
body = EfficientDet(compound_coef=model_compount_coeff)
File "/home/hugoliu/github/PanopticBEV/panoptic_bev/models/backbone_edet/efficientdet.py", line 468, in __init__
*[BiFPN(self.fpn_num_filters[self.compound_coef],
File "/home/hugoliu/github/PanopticBEV/panoptic_bev/models/backbone_edet/efficientdet.py", line 468, in <listcomp>
*[BiFPN(self.fpn_num_filters[self.compound_coef],
File "/home/hugoliu/github/PanopticBEV/panoptic_bev/models/backbone_edet/efficientdet.py", line 122, in __init__
Conv2dStaticSamePadding(conv_channels[3], num_channels, 1),
IndexError: list index out of range
so how should I modify the file efficientdet.py for efficientdet-d0 ?
The text was updated successfully, but these errors were encountered:
efficientdet-d3 is too heavy for me, I set "base = efficientdet-d0" in nuscenes.ini and run into error:
so how should I modify the file efficientdet.py for efficientdet-d0 ?
The text was updated successfully, but these errors were encountered: