facebookresearch / QuaterNet
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 19 files with 1,474 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 5 small files (681 lines of code)
    • 14 very small files (793 lines of code)
0% | 0% | 0% | 46% | 53%
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% | 0% | 46% | 53%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
common0% | 0% | 0% | 56% | 43%
long_term0% | 0% | 0% | 67% | 32%
ROOT0% | 0% | 0% | 0% | 100%
short_term0% | 0% | 0% | 0% | 100%
Longest Files (Top 19)
File# lines# units
pace_network.py
in long_term
165 14
pose_network.py
in common
143 8
pose_network_long_term.py
in long_term
131 6
spline.py
in common
122 13
quaternion.py
in common
120 9
mocap_dataset.py
in common
91 14
locomotion_utils.py
in long_term
90 6
skeleton.py
in common
81 12
visualization.py
in common
74 1
prepare_data_short_term.py
in root
72 1
prepare_data_long_term.py
in root
71 2
dataset_h36m.py
in short_term
60 -
dataset_locomotion.py
in long_term
53 -
quaternet.py
in common
53 2
pose_network_short_term.py
in short_term
48 4
train_pace_network.py
in root
37 -
train_long_term.py
in root
35 -
train_short_term.py
in root
25 -
baseline_short_term.py
in root
3 -
Files With Most Units (Top 13)
File# lines# units
pace_network.py
in long_term
165 14
mocap_dataset.py
in common
91 14
spline.py
in common
122 13
skeleton.py
in common
81 12
quaternion.py
in common
120 9
pose_network.py
in common
143 8
locomotion_utils.py
in long_term
90 6
pose_network_long_term.py
in long_term
131 6
pose_network_short_term.py
in short_term
48 4
quaternet.py
in common
53 2
prepare_data_long_term.py
in root
71 2
visualization.py
in common
74 1
prepare_data_short_term.py
in root
72 1
Files With Long Lines (Top 9)

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

File# lines# units# long lines
pose_network.py
in common
143 8 4
mocap_dataset.py
in common
91 14 2
pose_network_short_term.py
in short_term
48 4 1
locomotion_utils.py
in long_term
90 6 1
pace_network.py
in long_term
165 14 1
pose_network_long_term.py
in long_term
131 6 1
spline.py
in common
122 13 1
visualization.py
in common
74 1 1
quaternet.py
in common
53 2 1