facebookresearch / unbiased-teacher
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 29 files with 2,030 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (723 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (267 lines of code)
    • 25 very small files (1,040 lines of code)
0% | 0% | 35% | 13% | 51%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py0% | 0% | 43% | 15% | 40%
yaml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ubteacher/engine0% | 0% | 85% | 0% | 14%
ubteacher/data0% | 0% | 43% | 20% | 36%
ubteacher/modeling0% | 0% | 0% | 46% | 53%
configs/coco_supervision0% | 0% | 0% | 0% | 100%
configs/voc0% | 0% | 0% | 0% | 100%
ubteacher/solver0% | 0% | 0% | 0% | 100%
ubteacher/checkpoint0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
configs0% | 0% | 0% | 0% | 100%
configs/coco_additional0% | 0% | 0% | 0% | 100%
ubteacher0% | 0% | 0% | 0% | 100%
Longest Files (Top 29)
File# lines# units
trainer.py
in ubteacher/engine
497 26
build.py
in ubteacher/data
226 5
roi_heads.py
in ubteacher/modeling/roi_heads
162 4
dataset_mapper.py
in ubteacher/data
105 2
hooks.py
in ubteacher/engine
83 7
common.py
in ubteacher/data
79 5
fast_rcnn.py
in ubteacher/modeling/roi_heads
76 7
builtin.py
in ubteacher/data/datasets
64 3
detection_checkpoint.py
in ubteacher/checkpoint
61 2
train_net.py
in root
57 2
rcnn.py
in ubteacher/modeling/meta_arch
55 1
voc07_voc12coco20.yaml
in configs/voc
44 -
voc07_voc12.yaml
in configs/voc
44 -
lr_scheduler.py
in ubteacher/solver
42 3
rpn.py
in ubteacher/modeling/proposal_generator
42 1
Base-RCNN-FPN.yaml
in configs
41 -
faster_rcnn_R_50_FPN_focal_cross_coco_unsupW2.yaml
in configs/coco_additional
38 -
faster_rcnn_R_50_FPN_sup10_run1.yaml
in configs/coco_supervision
38 -
faster_rcnn_R_50_FPN_sup1_run1.yaml
in configs/coco_supervision
38 -
faster_rcnn_R_50_FPN_sup05_run1.yaml
in configs/coco_supervision
38 -
faster_rcnn_R_50_FPN_sup2_run1.yaml
in configs/coco_supervision
38 -
faster_rcnn_R_50_FPN_sup5_run1.yaml
in configs/coco_supervision
38 -
build.py
in ubteacher/solver
37 1
detection_utils.py
in ubteacher/data
32 1
config.py
in ubteacher
30 1
ts_ensemble.py
in ubteacher/modeling/meta_arch
11 1
augmentation_impl.py
in ubteacher/data/transforms
9 2
__init__.py
in ubteacher/data
4 -
__init__.py
in ubteacher
1 -
Files With Most Units (Top 18)
File# lines# units
trainer.py
in ubteacher/engine
497 26
fast_rcnn.py
in ubteacher/modeling/roi_heads
76 7
hooks.py
in ubteacher/engine
83 7
build.py
in ubteacher/data
226 5
common.py
in ubteacher/data
79 5
roi_heads.py
in ubteacher/modeling/roi_heads
162 4
lr_scheduler.py
in ubteacher/solver
42 3
builtin.py
in ubteacher/data/datasets
64 3
detection_checkpoint.py
in ubteacher/checkpoint
61 2
dataset_mapper.py
in ubteacher/data
105 2
augmentation_impl.py
in ubteacher/data/transforms
9 2
train_net.py
in root
57 2
config.py
in ubteacher
30 1
build.py
in ubteacher/solver
37 1
rcnn.py
in ubteacher/modeling/meta_arch
55 1
ts_ensemble.py
in ubteacher/modeling/meta_arch
11 1
rpn.py
in ubteacher/modeling/proposal_generator
42 1
detection_utils.py
in ubteacher/data
32 1
Files With Long Lines (Top 0)

There are 0 files with lines longer than 120 characters. In total, there are 0 long lines.

File# lines# units# long lines