facebookresearch / em-pose
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,541 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 3 medium size files (983 lines of codeclsfd_ftr_w_mp_ins)
    • 7 small files (1,063 lines of code)
    • 14 very small files (495 lines of code)
0% | 0% | 38% | 41% | 19%
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% | 38% | 41% | 19%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
empose/nn0% | 0% | 77% | 17% | 5%
empose/data0% | 0% | 40% | 28% | 31%
empose/eval0% | 0% | 62% | 37% | <1%
scripts0% | 0% | 0% | 82% | 17%
empose/helpers0% | 0% | 0% | 79% | 20%
empose/bodymodels0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
empose0% | 0% | 0% | 0% | 100%
Longest Files (Top 24)
File# lines# units
models.py
in empose/nn
499 28
data.py
in empose/data
271 31
metrics.py
in empose/eval
213 14
transforms.py
in empose/data
194 14
preprocess_amass_3dpw.py
in scripts
177 8
train.py
in scripts
177 1
configuration.py
in empose/helpers
167 9
helpers.py
in empose/eval
128 7
layers.py
in empose/nn
111 10
utils.py
in empose/helpers
109 11
noise_functions.py
in empose/data
97 6
smpl.py
in empose/bodymodels
94 10
evaluate_real.py
in scripts
74 1
so3.py
in empose/helpers
72 6
virtual_sensors.py
in empose/data
58 6
datasets.py
in empose/data
56 7
loss.py
in empose/nn
32 3
setup.py
in root
6 -
__init__.py
in empose/nn
1 -
__init__.py
in empose
1 -
__init__.py
in empose/eval
1 -
__init__.py
in empose/data
1 -
__init__.py
in empose/bodymodels
1 -
__init__.py
in empose/helpers
1 -
Files With Most Units (Top 17)
File# lines# units
data.py
in empose/data
271 31
models.py
in empose/nn
499 28
metrics.py
in empose/eval
213 14
transforms.py
in empose/data
194 14
utils.py
in empose/helpers
109 11
layers.py
in empose/nn
111 10
smpl.py
in empose/bodymodels
94 10
configuration.py
in empose/helpers
167 9
preprocess_amass_3dpw.py
in scripts
177 8
helpers.py
in empose/eval
128 7
datasets.py
in empose/data
56 7
virtual_sensors.py
in empose/data
58 6
noise_functions.py
in empose/data
97 6
so3.py
in empose/helpers
72 6
loss.py
in empose/nn
32 3
evaluate_real.py
in scripts
74 1
train.py
in scripts
177 1
Files With Long Lines (Top 4)

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

File# lines# units# long lines
models.py
in empose/nn
499 28 4
configuration.py
in empose/helpers
167 9 4
transforms.py
in empose/data
194 14 1
datasets.py
in empose/data
56 7 1