Documentation
¶
Overview ¶
trkml-hough is a simple TrackML example using a Hough transform to make predictions, similar to the Jupyter notebook from https://github.com/LAL/trackml-library.
Usage:
$> trkml-hough [OPTIONS] <path-to-dataset> <evtid-prefix> [<path-to-test-dataset]
Examples:
$> trkml-hough ./example_standard/dataset event000000200 $> trkml-hough -npcus=+1 ./example_standard/dataset event000000200 $> trkml-hough -npcus=-1 ./example_standard/dataset event000000200 $> trkml-hough -npcus=-1 ./train_sample.zip event000001000
Options:
-ncpus int number of goroutines to use for the prediction (default 1) -prof-cpu enable CPU profiling -prof-mem enable MEM profiling -submit create a submission file
Click to show internal directories.
Click to hide internal directories.