-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix EfficientPS submodule update (#268)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/opendr/perception/panoptic_segmentation/efficient_ps/algorithm/EfficientPS
Submodule EfficientPS
updated
13 files
+15 −11 | README.md | |
+4 −1 | efficientNet/geffnet/conv2d_layers.py | |
+0 −2 | environment.yml | |
+ − | images/opendr_logo.png | |
+2 −2 | mmdet/core/bbox/transforms.py | |
+1 −1 | mmdet/core/post_processing/bbox_nms.py | |
+5 −0 | mmdet/datasets/loader/sampler.py | |
+5 −6 | mmdet/models/efficientps/efficientPS.py | |
+1 −1 | requirements.txt | |
+91 −0 | tools/cityscapes_demo.py | |
+259 −0 | tools/convert_kitti.py | |
+90 −0 | tools/kitti_demo.py | |
+1 −1 | tools/test.py |