Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Swin-Transformer-Object-Detection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wanggh
Swin-Transformer-Object-Detection
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
b20d6993242a5ebb64a879dd19b89830f1f625f7
Select Git revision
Branches
4
gpu3
master
default
protected
onnx
yolov4
Tags
20
v2.11.0
v2.10.0
v2.9.0
v2.8.0
v2.7.0
v2.6.0
v2.5.0
v2.4.0
v2.3.0
v2.2.1
v2.2.0
v2.1.0
v2.0.0
v1.2.0
v1.1.0
v1.0.0
v1.0rc1
v1.0rc0
v0.6.0
v0.5.7
24 results
Begin with the selected commit
Created with Raphaël 2.2.0
18
Oct
16
15
14
13
12
11
10
8
7
6
5
3
1
30
Sep
29
28
26
25
24
23
22
21
18
17
16
12
10
9
8
7
5
4
3
2
31
Aug
30
28
27
24
23
22
20
18
17
14
13
12
11
9
6
5
4
3
2
30
Jul
27
26
25
24
23
22
21
20
17
15
14
12
10
9
8
7
6
5
4
3
2
1
30
Jun
29
28
27
26
25
24
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
May
30
28
27
26
25
24
23
21
20
19
18
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
30
Apr
29
28
27
26
25
24
23
22
21
20
19
17
16
15
14
12
11
10
8
6
5
4
3
2
1
31
Mar
30
29
28
27
26
25
24
23
21
20
19
18
17
16
15
14
13
12
11
10
8
7
2
1
29
Feb
28
27
26
25
24
23
22
21
19
17
16
15
13
12
11
9
7
31
Jan
29
28
27
22
21
20
18
13
11
7
4
2
31
Dec
27
25
24
23
22
21
18
17
16
14
13
12
10
29
Nov
28
27
26
24
23
22
21
10
8
5
26
Oct
25
24
23
17
15
14
11
10
9
7
5
4
3
2
fix cpu (#3948)
Add supports for giou calculation in BboxOverlaps2D, and re-implements giou_loss using bbox_overlaps (#3936)
[Fix]: Avoid division by zero in PAA head when num_pos=0 (#3938)
Merge pull request #3937 from wangruohui/refactor_doc
polish
finish train part
update test section
stage
rarrange and add instucrion to inference part
update to new checkpoint
copy and rearrange existing contents
fix sabl validating bug in cascade_rcnn (#3913)
Merge pull request #3895 from yhcao6/get-started-verify-doc
Merge pull request #3869 from xvjiarui/doc_prereq
Merge pull request #3885 from RyanXLi/docs
Edit mmdet.core.export docstring (#3912)
typo (#3917)
Added `generate_inputs_and_wrap_model` function for pytorch2onnx (#3857)
minor fixes
Bump to v2.5.0 (#3879)
v2.5.0
v2.5.0
[Fix]: fix mask rcnn training stuck problem when there is no positive rois (#3713)
Add missing notes in data customization (#3906)
support to use pytorch 1.6 in docker (#3905)
[enhance]: Improve documentation of modules and dataset customization (#3821)
fix cv2 import error of ligGL.so.1 (#3891)
fix the API change bug of PAA (#3883)
add verify doc
add mmcv install
add verify doc
Fix typo in bbox_flip (#3886)
added installation and fixed some formatting
[Enhance]: Convert mask to bool before using it as img's index for robustness and speedup (#3870)
[Docs] Remove duplicate content in docs/config.md (#3875)
[Docs] Fix typo in docs/tutorials/new_dataset.md (#3876)
add pre-requisites
Support TTA of ATSS, FCOS, YOLOv3 (#3844)
Fix nonzero in NMS for PyTorch 1.6.0 (#3867)
[Refactor] refactor get_subset_by_classes in dataloader for training with empty-GT images (#3695)
fix rpn transforming bug in two stage networks (#3754)
Clean background_labels in the dense heads (#3221)
Loading