Home
last modified time | relevance | path

Searched refs:dataset_path (Results 1 – 25 of 57) sorted by relevance

123

/dports/misc/darknet/darknet-darknet_yolo_v4_pre/scripts/windows/
H A Dotb_get_labels.sh15 dataset_path="data/$dataset"
25 sed -i.bak 's/\o11/,/g' $dataset_path/groundtruth_rect.txt
26 sed -i.bak 's/\o11/,/g' $dataset_path/groundtruth_rect.txt
27 dos2unix $dataset_path/groundtruth_rect.txt
30 filename=$(printf "$dataset_path/img/%04d.txt" $num)
38 done < $dataset_path/groundtruth_rect.txt
40 echo "$dataset" > $dataset_path/otb.names
43 find $dataset_path/img -name \*.jpg > data/$dataset/train.txt
48 echo "names = $dataset_path/otb.names" >> data/otb_$dataset.data
/dports/science/py-kliff/kliff-0.3.0/docs/source/auto_examples/
H A Dexample_linear_regression.py25 dataset_path = download_dataset(dataset_name="Si_training_set") variable
26 dataset_path = dataset_path.joinpath("varying_alat") variable
27 tset = Dataset(dataset_path)
H A Dexample_nn_Si.py107 dataset_path = download_dataset(dataset_name="Si_training_set") variable
108 dataset_path = dataset_path.joinpath("varying_alat") variable
109 tset = Dataset(dataset_path)
H A Dexample_lennard_jones.py22 dataset_path = download_dataset(dataset_name="Si_training_set_4_configs") variable
23 tset = Dataset(dataset_path)
/dports/science/py-kliff/kliff-0.3.0/examples/
H A Dexample_linear_regression.py25 dataset_path = download_dataset(dataset_name="Si_training_set") variable
26 dataset_path = dataset_path.joinpath("varying_alat") variable
27 tset = Dataset(dataset_path)
H A Deg_continue_nn_Si.py48 dataset_path = download_dataset(dataset_name="Si_training_set") variable
49 dataset_path = dataset_path.joinpath("varying_alat") variable
50 tset = Dataset(dataset_path)
H A Dexample_nn_Si.py107 dataset_path = download_dataset(dataset_name="Si_training_set") variable
108 dataset_path = dataset_path.joinpath("varying_alat") variable
109 tset = Dataset(dataset_path)
H A Deg_RMSE_analysis_kim_SW.py18 dataset_path = download_dataset(dataset_name="Si_training_set_4_configs") variable
19 tset = Dataset(dataset_path)
H A Deg_Fisher_info_kim_SW.py26 dataset_path = download_dataset(dataset_name="Si_training_set_4_configs") variable
27 tset = Dataset(dataset_path)
H A Dexample_lennard_jones.py22 dataset_path = download_dataset(dataset_name="Si_training_set_4_configs") variable
23 tset = Dataset(dataset_path)
H A Dexample_kim_SW_Si.py112 dataset_path = download_dataset(dataset_name="Si_training_set") variable
113 tset = Dataset(dataset_path)
/dports/textproc/py-gensim/gensim-4.0.1/gensim/test/
H A Dtest_api.py22dataset_path = os.path.join(api.BASE_DIR, "__testing_matrix-synopsis", "__testing_matrix-synopsis.…
25 self.assertEqual(api.load("__testing_matrix-synopsis", return_path=True), dataset_path)
45 dataset_path = os.path.join(
52 … self.assertEqual(api.load("__testing_word2vec-matrix-synopsis", return_path=True), dataset_path)
56 dataset_path = os.path.join(
61 … self.assertEqual(dataset_path, api.load("__testing_multipart-matrix-synopsis", return_path=True))
/dports/graphics/open3d/Open3D-0.2/src/Python/Tutorial/Benchmark/
H A Dbenchmark_pre.py20 return "%s/%s/cloud_bin_%d.ply" % (dataset_path, dataset_name, id)
24 return "%s/fgr_%s.log" % (dataset_path, dataset_name)
26 dataset_path = 'testdata' variable
37 "%s/%s/" % (dataset_path, dataset_name), ".ply")
H A Dbenchmark_fgr.py18 return "%s/%s/cloud_bin_%d.ply" % (dataset_path, dataset_name, id)
22 return "%s/fgr_%s.log" % (dataset_path, dataset_name)
24 dataset_path = 'testdata' variable
35 "%s/%s/" % (dataset_path, dataset_name), ".ply")
H A Dbenchmark_ransac.py28 return "%s/%s/cloud_bin_%d.ply" % (dataset_path, dataset_name, id)
32 return "%s/ransac_%s.log" % (dataset_path, dataset_name)
43 "%s/%s/" % (dataset_path, dataset_name), ".ply")
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Tutorial/Benchmark/
H A Dbenchmark_pre.py20 return "%s/%s/cloud_bin_%d.ply" % (dataset_path, dataset_name, id)
24 return "%s/fgr_%s.log" % (dataset_path, dataset_name)
26 dataset_path = 'testdata' variable
37 "%s/%s/" % (dataset_path, dataset_name), ".ply")
H A Dbenchmark_fgr.py18 return "%s/%s/cloud_bin_%d.ply" % (dataset_path, dataset_name, id)
22 return "%s/fgr_%s.log" % (dataset_path, dataset_name)
24 dataset_path = 'testdata' variable
35 "%s/%s/" % (dataset_path, dataset_name), ".ply")
H A Dbenchmark_ransac.py28 return "%s/%s/cloud_bin_%d.ply" % (dataset_path, dataset_name, id)
32 return "%s/ransac_%s.log" % (dataset_path, dataset_name)
43 "%s/%s/" % (dataset_path, dataset_name), ".ply")
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@FindAfniDsetPath60 set dataset_path = './'
124 set dataset_path = ( ${dataset_path} \
134 set dataset_path = (${dataset_path} $HOME/.afni/atlases)
142 foreach dir ( ${dataset_path} )
/dports/biology/exonerate/exonerate-2.4.0/src/util/
H A Desd2esi.c23 gchar *dataset_path, *index_path; in Argument_main() local
34 Argument_parse_string, &dataset_path); in Argument_main()
67 dataset = Dataset_read(dataset_path); in Argument_main()
80 saturate_threshold, index_path, dataset_path, in Argument_main()
/dports/astro/oskar/OSKAR-2.8.0/oskar/utility/src/
H A Doskar_hdf5.c527 const char* dataset_path, int* num_dims, size_t** dims, int* status) in oskar_hdf5_read_dataset_dims() argument
534 const hid_t dataset = H5Dopen2(h->file_id, dataset_path, H5P_DEFAULT); in oskar_hdf5_read_dataset_dims()
539 oskar_log_error(0, "Error opening HDF5 dataset '%s'", dataset_path); in oskar_hdf5_read_dataset_dims()
551 (void)dataset_path; in oskar_hdf5_read_dataset_dims()
561 const char* dataset_path, int* num_dims, size_t** dims, int* status) in oskar_hdf5_read_dataset() argument
569 const hid_t dataset = H5Dopen2(h->file_id, dataset_path, H5P_DEFAULT); in oskar_hdf5_read_dataset()
574 oskar_log_error(0, "Error opening HDF5 dataset '%s'", dataset_path); in oskar_hdf5_read_dataset()
589 (void)dataset_path; in oskar_hdf5_read_dataset()
602 const char* dataset_path, int num_dims, in oskar_hdf5_read_hyperslab() argument
611 const hid_t dataset = H5Dopen2(h->file_id, dataset_path, H5P_DEFAULT); in oskar_hdf5_read_hyperslab()
[all …]
/dports/astro/oskar/OSKAR-2.8.0/oskar/utility/
H A Doskar_hdf5.h111 const char* dataset_path, int* num_dims, size_t** dims, int* status);
127 const char* dataset_path, int* num_dims, size_t** dims, int* status);
144 const char* dataset_path, int num_dims,
/dports/graphics/open3d/Open3D-0.2/src/Python/Tutorial/Utility/
H A Ddownloader.py18 dataset_path = "testdata/" variable
23 if not os.path.exists(dataset_path):
30 "%s/%s" % (dataset_path, name))
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Tutorial/Utility/
H A Ddownloader.py18 dataset_path = "testdata/" variable
23 if not os.path.exists(dataset_path):
30 "%s/%s" % (dataset_path, name))
/dports/multimedia/vmaf/vmaf-2.3.0/python/test/
H A Droutine_test.py105 dataset_path = VmafConfig.test_resource_path('test_image_dataset_notyuv.py')
106 dataset = import_python_file(dataset_path)
117 dataset = import_python_file(dataset_path)
127 dataset_path = VmafConfig.test_resource_path('test_dataset.py')
128 dataset = import_python_file(dataset_path)
142 dataset_path = VmafConfig.test_resource_path('test_dataset_mixed.py')
143 dataset = import_python_file(dataset_path)
173 dataset_path = VmafConfig.test_resource_path('test_read_dataset_dataset.py')
174 dataset = import_python_file(dataset_path)
194 dataset_path = VmafConfig.test_resource_path('test_read_dataset_dataset2.py')
[all …]

123