facebookresearch / DeepHandMesh
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,402 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 (704 lines of code)
    • 14 very small files (698 lines of code)
0% | 0% | 0% | 50% | 49%
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% | 50% | 49%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
common/nets0% | 0% | 0% | 52% | 47%
main0% | 0% | 0% | 48% | 51%
data0% | 0% | 0% | 100% | 0%
common/utils0% | 0% | 0% | 31% | 68%
common0% | 0% | 0% | 64% | 35%
common/nets/DiffableRenderer0% | 0% | 0% | 0% | 100%
Longest Files (Top 19)
File# lines# units
loss.py
in common/nets
180 16
model.py
in main
149 6
dataset.py
in data
132 4
mesh.py
in common/utils
125 8
base.py
in common
118 15
preprocessing.py
in common/utils
97 7
vis.py
in common/utils
94 3
transforms.py
in common/utils
70 7
resnet.py
in common/nets
63 4
train.py
in main
60 2
module.py
in common/nets
57 10
config.py
in main
55 1
layer.py
in common/nets
46 3
test.py
in main
43 2
logger.py
in common
40 6
DiffableRenderer.py
in common/nets/DiffableRenderer
40 3
timer.py
in common
24 3
dir.py
in common/utils
8 2
__init__.py
in common/utils
1 -
Files With Most Units (Top 18)
File# lines# units
loss.py
in common/nets
180 16
base.py
in common
118 15
module.py
in common/nets
57 10
mesh.py
in common/utils
125 8
transforms.py
in common/utils
70 7
preprocessing.py
in common/utils
97 7
logger.py
in common
40 6
model.py
in main
149 6
resnet.py
in common/nets
63 4
dataset.py
in data
132 4
timer.py
in common
24 3
vis.py
in common/utils
94 3
DiffableRenderer.py
in common/nets/DiffableRenderer
40 3
layer.py
in common/nets
46 3
dir.py
in common/utils
8 2
test.py
in main
43 2
train.py
in main
60 2
config.py
in main
55 1
Files With Long Lines (Top 8)

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

File# lines# units# long lines
model.py
in main
149 6 15
dataset.py
in data
132 4 12
loss.py
in common/nets
180 16 8
vis.py
in common/utils
94 3 5
DiffableRenderer.py
in common/nets/DiffableRenderer
40 3 5
base.py
in common
118 15 3
mesh.py
in common/utils
125 8 2
module.py
in common/nets
57 10 1