facebookresearch / ContactOpt
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 18 files with 25,174 lines of code.
    • 1 very long files (23,595 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (278 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (372 lines of code)
    • 14 very small files (929 lines of code)
93% | 0% | 1% | 1% | 3%
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
obj100% | 0% | 0% | 0% | 0%
py0% | 0% | 17% | 23% | 58%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
data100% | 0% | 0% | 0% | 0%
contactopt0% | 0% | 17% | 23% | 58%
Longest Files (Top 18)
File# lines# units
obj
demo_obj.obj
in data
23595 -
util.py
in contactopt
278 31
hand_object.py
in contactopt
193 13
run_contactopt.py
in contactopt
179 2
run_eval.py
in contactopt
96 5
train_deepcontact.py
in contactopt
84 3
optimize_pose.py
in contactopt
83 2
geometric_eval.py
in contactopt
78 6
diffcontact.py
in contactopt
75 4
loader.py
in contactopt
75 4
pointnet.py
in contactopt
75 9
arguments.py
in contactopt
70 3
create_dataset_contactpose.py
in contactopt
70 2
visualize.py
in contactopt
69 1
deepcontact_net.py
in contactopt
60 4
run_user_demo.py
in contactopt
51 1
create_dataset_im.py
in contactopt
42 1
__init__.py
in contactopt
1 -
Files With Most Units (Top 16)
File# lines# units
util.py
in contactopt
278 31
hand_object.py
in contactopt
193 13
pointnet.py
in contactopt
75 9
geometric_eval.py
in contactopt
78 6
run_eval.py
in contactopt
96 5
diffcontact.py
in contactopt
75 4
loader.py
in contactopt
75 4
deepcontact_net.py
in contactopt
60 4
arguments.py
in contactopt
70 3
train_deepcontact.py
in contactopt
84 3
optimize_pose.py
in contactopt
83 2
run_contactopt.py
in contactopt
179 2
create_dataset_contactpose.py
in contactopt
70 2
visualize.py
in contactopt
69 1
run_user_demo.py
in contactopt
51 1
create_dataset_im.py
in contactopt
42 1
Files With Long Lines (Top 14)

There are 14 files with lines longer than 120 characters. In total, there are 67 long lines.

File# lines# units# long lines
run_contactopt.py
in contactopt
179 2 13
hand_object.py
in contactopt
193 13 10
optimize_pose.py
in contactopt
83 2 8
diffcontact.py
in contactopt
75 4 7
create_dataset_contactpose.py
in contactopt
70 2 5
run_eval.py
in contactopt
96 5 4
visualize.py
in contactopt
69 1 4
train_deepcontact.py
in contactopt
84 3 4
util.py
in contactopt
278 31 3
create_dataset_im.py
in contactopt
42 1 3
run_user_demo.py
in contactopt
51 1 2
geometric_eval.py
in contactopt
78 6 2
arguments.py
in contactopt
70 3 1
loader.py
in contactopt
75 4 1