facebookresearch / ContactPose
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 26 files with 1,820 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (588 lines of codeclsfd_ftr_w_mp_ins)
    • 6 small files (818 lines of code)
    • 18 very small files (414 lines of code)
0% | 0% | 32% | 44% | 22%
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% | 45% | 22%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
utilities0% | 0% | 42% | 37% | 20%
scripts0% | 0% | 48% | 51% | <1%
scripts/maintenance0% | 0% | 0% | 51% | 48%
scripts/data_analysis0% | 0% | 0% | 63% | 36%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 26)
File# lines# units
misc.py
in utilities
347 27
download_data.py
in scripts
241 10
dataset.py
in utilities
186 21
preprocess_images.py
in scripts
137 3
produce_videos.py
in scripts/maintenance
136 2
networking.py
in utilities
124 4
show_contactmap.py
in scripts
121 3
active_areas.py
in scripts/data_analysis
114 2
mano_fitting.py
in utilities
94 5
rendering.py
in utilities
67 3
hand_contact_prob.py
in scripts/data_analysis
62 2
get_urls.py
in scripts/maintenance
49 1
move_videos_dropbox.py
in scripts/maintenance
46 1
startup.py
in root
35 1
remove_videos.py
in scripts/maintenance
29 1
environment.yml
in root
15 -
import_open3d.py
in utilities
4 -
init_paths.py
in utilities
2 -
init_paths.py
in scripts/data_analysis
2 -
init_paths.py
in scripts
2 -
init_paths.py
in scripts/maintenance
2 -
__init__.py
in root
1 -
__init__.py
in utilities
1 -
__init__.py
in scripts/data_analysis
1 -
__init__.py
in scripts
1 -
__init__.py
in scripts/maintenance
1 -
Files With Most Units (Top 15)
File# lines# units
misc.py
in utilities
347 27
dataset.py
in utilities
186 21
download_data.py
in scripts
241 10
mano_fitting.py
in utilities
94 5
networking.py
in utilities
124 4
rendering.py
in utilities
67 3
show_contactmap.py
in scripts
121 3
preprocess_images.py
in scripts
137 3
active_areas.py
in scripts/data_analysis
114 2
hand_contact_prob.py
in scripts/data_analysis
62 2
produce_videos.py
in scripts/maintenance
136 2
startup.py
in root
35 1
move_videos_dropbox.py
in scripts/maintenance
46 1
get_urls.py
in scripts/maintenance
49 1
remove_videos.py
in scripts/maintenance
29 1
Files With Long Lines (Top 1)

There is only one file with lines longer than 120 characters. In total, there is only one long line.

File# lines# units# long lines
get_urls.py
in scripts/maintenance
49 1 1