-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Semi-SL Instance Segmentation (#2444)
* added semisl MT. Loss not working. * added recipie. Unbiased teacher works * added MT * exps contin * proceed with experiments * fix errors in forward * change hyperparams. Add clip for testing * some exps * change hyperparams * added per class thrsh * minor: * exps * add switching parameter for thrsh * din thrsh * added DEMA * added dinam thrsh * removed dinam * final round exps * added MT and semi-sl for ResNet * added semisl stage. Remove old otx * training launches. Merged code with OD task. * fix pre-commit * added tests for Semi-SL IS * fix detection resolution * added unit test for MT * overwrite iter params in semi-sl config. Return configuration.ymal back * added semisl for effnet. Hovewer it still doesn't work * changed teacher forward method. Fixed pre-commit * fix unit tests * fixed detection issues. Moved data pipeline * minor * fixed det unit test configure * rename file * revert detection scaling back * rename semisl data * some changes in unit test for focal loss * fixed pre-commit. returned incremental part back * rename selfsl in semisl * rename MeanTeacherHook * return yolox data_pipeline * fix pre-commit * added one more unit test * fix pre-commit * reply comments
- Loading branch information
Showing
49 changed files
with
1,355 additions
and
318 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 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.