facebookresearch / VideoPose3D
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 24 files with 2,706 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (677 lines of code)
    • 1 medium size files (230 lines of codeclsfd_ftr_w_mp_ins)
    • 8 small files (1,087 lines of code)
    • 14 very small files (712 lines of code)
0% | 25% | 8% | 40% | 26%
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% | 26% | 9% | 37% | 27%
m0% | 0% | 0% | 89% | 10%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ROOT0% | 100% | 0% | 0% | 0%
common0% | 0% | 21% | 47% | 30%
data0% | 0% | 0% | 59% | 40%
inference0% | 0% | 0% | 63% | 36%
Longest Files (Top 24)
File# lines# units
run.py
in root
677 4
h36m_dataset.py
in common
230 2
prepare_data_humaneva.py
in data
198 -
generators.py
in common
157 12
visualization.py
in common
154 5
ConvertHumanEva.m
in data
137 -
prepare_data_h36m.py
in data
120 -
infer_video_d2.py
in inference
116 4
humaneva_dataset.py
in common
103 1
model.py
in common
102 9
prepare_data_2d_h36m_sh.py
in data
83 1
data_utils.py
in data
80 5
prepare_data_2d_custom.py
in data
72 1
arguments.py
in common
68 1
infer_video.py
in inference
68 3
prepare_data_2d_h36m_generic.py
in data
63 -
skeleton.py
in common
61 9
loss.py
in common
43 5
camera.py
in common
43 6
custom_dataset.py
in common
42 2
utils.py
in common
29 2
mocap_dataset.py
in common
27 8
quaternion.py
in common
17 2
convert_cdf_to_mat.m
in data
16 -
Files With Most Units (Top 19)
File# lines# units
generators.py
in common
157 12
skeleton.py
in common
61 9
model.py
in common
102 9
mocap_dataset.py
in common
27 8
camera.py
in common
43 6
visualization.py
in common
154 5
loss.py
in common
43 5
data_utils.py
in data
80 5
run.py
in root
677 4
infer_video_d2.py
in inference
116 4
infer_video.py
in inference
68 3
h36m_dataset.py
in common
230 2
quaternion.py
in common
17 2
custom_dataset.py
in common
42 2
utils.py
in common
29 2
arguments.py
in common
68 1
humaneva_dataset.py
in common
103 1
prepare_data_2d_h36m_sh.py
in data
83 1
prepare_data_2d_custom.py
in data
72 1
Files With Long Lines (Top 7)

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

File# lines# units# long lines
run.py
in root
677 4 21
arguments.py
in common
68 1 11
prepare_data_humaneva.py
in data
198 - 5
generators.py
in common
157 12 4
h36m_dataset.py
in common
230 2 1
model.py
in common
102 9 1
prepare_data_2d_h36m_generic.py
in data
63 - 1