facebookresearch / EmbodiedQA
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 6,845 lines of code.
    • 0 very long files (0 lines of code)
    • 6 long files (4,949 lines of code)
    • 4 medium size files (1,076 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (589 lines of code)
    • 4 very small files (231 lines of code)
0% | 72% | 15% | 8% | 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
py0% | 72% | 15% | 8% | 3%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
training0% | 90% | 7% | 0% | 1%
data/question-gen0% | 56% | 0% | 35% | 8%
utils0% | 95% | 0% | 0% | 4%
training/utils0% | 0% | 100% | 0% | 0%
data/shortest-path-gen0% | 0% | 100% | 0% | 0%
Longest Files (Top 18)
File# lines# units
train_nav.py
in training
988 3
engine.py
in data/question-gen
951 31
models.py
in training
921 35
data.py
in training
756 22
house3d.py
in utils
669 20
train_eqa.py
in training
664 2
train_vqa.py
in training
272 2
preprocess_questions_pkl.py
in training/utils
271 6
preprocess_questions.py
in training/utils
267 6
generate-paths-a-star.py
in data/shortest-path-gen
266 3
house_parse.py
in data/question-gen
198 9
entropy_based_filtering.py
in data/question-gen
132 5
entro.py
in data/question-gen
130 10
sampleForHits.py
in data/question-gen
129 6
question_string_builder.py
in data/question-gen
91 10
metrics.py
in training
68 7
sampleForManualView.py
in data/question-gen
43 -
make_houses.py
in utils
29 1
Files With Most Units (Top 17)
File# lines# units
models.py
in training
921 35
engine.py
in data/question-gen
951 31
data.py
in training
756 22
house3d.py
in utils
669 20
question_string_builder.py
in data/question-gen
91 10
entro.py
in data/question-gen
130 10
house_parse.py
in data/question-gen
198 9
metrics.py
in training
68 7
preprocess_questions.py
in training/utils
267 6
preprocess_questions_pkl.py
in training/utils
271 6
sampleForHits.py
in data/question-gen
129 6
entropy_based_filtering.py
in data/question-gen
132 5
train_nav.py
in training
988 3
generate-paths-a-star.py
in data/shortest-path-gen
266 3
train_eqa.py
in training
664 2
train_vqa.py
in training
272 2
make_houses.py
in utils
29 1
Files With Long Lines (Top 8)

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

File# lines# units# long lines
train_eqa.py
in training
664 2 2
data.py
in training
756 22 2
house_parse.py
in data/question-gen
198 9 2
entropy_based_filtering.py
in data/question-gen
132 5 2
train_nav.py
in training
988 3 1
preprocess_questions.py
in training/utils
267 6 1
preprocess_questions_pkl.py
in training/utils
271 6 1
house3d.py
in utils
669 20 1