facebookresearch / pifuhd
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 38 files with 3,577 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 5 medium size files (1,158 lines of codeclsfd_ftr_w_mp_ins)
    • 10 small files (1,484 lines of code)
    • 23 very small files (935 lines of code)
0% | 0% | 32% | 41% | 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% | 0% | 32% | 41% | 25%
fs0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
lib/model0% | 0% | 58% | 21% | 20%
lib/render0% | 0% | 46% | 52% | <1%
lib/render/gl0% | 0% | 41% | 0% | 58%
lib/data0% | 0% | 68% | 0% | 31%
lib0% | 0% | 0% | 83% | 16%
apps0% | 0% | 0% | 55% | 44%
lib/render/gl/data0% | 0% | 0% | 0% | 100%
Longest Files (Top 38)
File# lines# units
mesh.py
in lib/render
255 7
HGPIFuMRNet.py
in lib/model
246 9
render.py
in lib/render/gl
241 11
EvalWPoseDataset.py
in lib/data
211 10
HGPIFuNetwNML.py
in lib/model
205 8
networks.py
in lib
185 13
camera.py
in lib/render
182 15
evaluator.py
in lib
172 10
recon.py
in apps
169 4
HGFilters.py
in lib/model
163 8
options.py
in lib
156 5
net_util.py
in lib
132 9
sdf.py
in lib
116 5
glm.py
in lib/render
105 14
colab_util.py
in lib
104 4
mesh_util.py
in lib
100 4
render_turntable.py
in apps
97 1
EvalDataset.py
in lib/data
96 7
BasePIFuNet.py
in lib/model
83 7
geo_render.py
in lib/render/gl
79 4
color_render.py
in lib/render/gl
79 4
geometry.py
in lib
71 3
MLP.py
in lib/model
59 2
cam_render.py
in lib/render/gl
57 5
normal_render.py
in lib/render/gl
50 3
framework.py
in lib/render/gl
46 3
clean_mesh.py
in apps
24 1
__init__.py
in lib/render/gl
22 -
DepthNormalizer.py
in lib/model
15 2
batch_openpose.py
in apps
15 -
fs
geo.fs
in lib/render/gl/data
11 -
fs
normal.fs
in lib/render/gl/data
9 -
fs
quad.fs
in lib/render/gl/data
8 -
fs
color.fs
in lib/render/gl/data
7 -
__init__.py
in lib/model
3 -
__init__.py
in lib/data
2 -
__init__.py
in lib/render
1 -
__init__.py
in lib
1 -
Files With Most Units (Top 20)
File# lines# units
camera.py
in lib/render
182 15
glm.py
in lib/render
105 14
networks.py
in lib
185 13
render.py
in lib/render/gl
241 11
EvalWPoseDataset.py
in lib/data
211 10
evaluator.py
in lib
172 10
net_util.py
in lib
132 9
HGPIFuMRNet.py
in lib/model
246 9
HGPIFuNetwNML.py
in lib/model
205 8
HGFilters.py
in lib/model
163 8
mesh.py
in lib/render
255 7
BasePIFuNet.py
in lib/model
83 7
EvalDataset.py
in lib/data
96 7
options.py
in lib
156 5
cam_render.py
in lib/render/gl
57 5
sdf.py
in lib
116 5
mesh_util.py
in lib
100 4
colab_util.py
in lib
104 4
geo_render.py
in lib/render/gl
79 4
color_render.py
in lib/render/gl
79 4
Files With Long Lines (Top 11)

There are 11 files with lines longer than 120 characters. In total, there are 39 long lines.

File# lines# units# long lines
mesh.py
in lib/render
255 7 10
networks.py
in lib
185 13 8
render.py
in lib/render/gl
241 11 6
HGPIFuMRNet.py
in lib/model
246 9 4
evaluator.py
in lib
172 10 3
recon.py
in apps
169 4 3
fs
geo.fs
in lib/render/gl/data
11 - 1
EvalWPoseDataset.py
in lib/data
211 10 1
EvalDataset.py
in lib/data
96 7 1
render_turntable.py
in apps
97 1 1
batch_openpose.py
in apps
15 - 1