-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* migrate mmdet maskrcnn modules * style reformat * style reformat * stype reformat * ignore mypy, ruff errors * skip mypy error * update * fix loss * add maskrcnn * update import * update import * add necks * update * update * add cross-entropy loss * style changes * mypy changes and style changes * update style * remove box structures * add resnet * udpate * modify resnet * add annotation * style changes * update * fix all mypy issues * fix mypy issues * style changes * remove unused losses * remove focal_loss_pb * fix all rull and mypy issues * style change * update * udpate license * udpate * remove duplicates * remove as F * remove as F * remove mmdet mask structures * remove duplicates * style changes * add new test * test style change * fix test * chagne device for unit test * add deployment files * remove deployment from inst-seg * update deployment * add mmdeploy maskrcnn opset * fix linter * update test * update test * update test * replace mmcv.cnn module * remove upsample building * remove upsample building * use batch_nms from otx * add swintransformer * add transformers * add swin transformer * style changes * solve conflicts * update instance_segmentation/maskrcnn.py * update nms * fix xai * change rotate detection recipe * fix swint recipe * remove some files * decopule mmdeploy and replace with native exporter * remove duplicates import * todo * update * fix rpn_head training issue * remove maskrcnn r50 mmconfigs * fix anchor head and related fixes * remove gather_topk * remove maskrcnn efficientnet mmconfig * remove maskrcnn-swint mmconfig * revert some changes * update recipes * replace mmcv.ops.roi_align with torchvision.ops.roi_align * fix format issue * update anchor head * add CrossSigmoidFocalLoss back * remove mmdet decouple test * fix test * skip xai test for inst-seg for now * remove code comment * Disable deterministic in test * reformat
- Loading branch information
1 parent
0f0f943
commit 151a94e
Showing
48 changed files
with
1,404 additions
and
1,845 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
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
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
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
Oops, something went wrong.