MCPcopy Create free account
hub / github.com/DragonisCV/RAM / main

Function main

scripts/random_analysis.py:22–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 np.savetxt(os.path.join(save_folder, 'filter_name.txt'), name_list, delimiter=',', fmt='%s')
21
22def main():
23 root_path = osp.abspath(osp.join(__file__, osp.pardir, osp.pardir))
24 opt, _ = parse_options(root_path, is_train=False)
25
26 analysis = RandomAnalysis(opt)
27 analysis.analyze()
28
29if __name__ == '__main__':
30 main()

Callers 1

random_analysis.pyFile · 0.70

Calls 3

analyzeMethod · 0.95
parse_optionsFunction · 0.90
RandomAnalysisClass · 0.85

Tested by

no test coverage detected