facebookresearch / neuralvolumes
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 12 files with 911 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 (654 lines of code)
    • 7 very small files (257 lines of code)
0% | 0% | 0% | 71% | 28%
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% | 71% | 28%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
models0% | 0% | 0% | 100% | 0%
models/decoders0% | 0% | 0% | 100% | 0%
data0% | 0% | 0% | 87% | 12%
ROOT0% | 0% | 0% | 68% | 31%
eval/writers0% | 0% | 0% | 0% | 100%
models/encoders0% | 0% | 0% | 0% | 100%
eval/cameras0% | 0% | 0% | 0% | 100%
models/volsamplers0% | 0% | 0% | 0% | 100%
models/colorcals0% | 0% | 0% | 0% | 100%
Longest Files (Top 12)
File# lines# units
voxel1.py
in models/decoders
178 12
dryice1.py
in data
129 8
train.py
in root
125 4
utils.py
in models
112 8
neurvol1.py
in models
110 3
videowriter.py
in eval/writers
58 4
render.py
in root
57 1
mvconv1.py
in models/encoders
44 2
rotate.py
in eval/cameras
41 5
warpvoxel.py
in models/volsamplers
25 2
utils.py
in data
19 4
colorcal1.py
in models/colorcals
13 2
Files With Most Units (Top 12)
File# lines# units
voxel1.py
in models/decoders
178 12
utils.py
in models
112 8
dryice1.py
in data
129 8
rotate.py
in eval/cameras
41 5
train.py
in root
125 4
videowriter.py
in eval/writers
58 4
utils.py
in data
19 4
neurvol1.py
in models
110 3
mvconv1.py
in models/encoders
44 2
warpvoxel.py
in models/volsamplers
25 2
colorcal1.py
in models/colorcals
13 2
render.py
in root
57 1
Files With Long Lines (Top 8)

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

File# lines# units# long lines
train.py
in root
125 4 3
dryice1.py
in data
129 8 3
neurvol1.py
in models
110 3 2
utils.py
in models
112 8 1
mvconv1.py
in models/encoders
44 2 1
voxel1.py
in models/decoders
178 12 1
colorcal1.py
in models/colorcals
13 2 1
videowriter.py
in eval/writers
58 4 1