Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EBerzin authored Jan 28, 2022
1 parent cfa4126 commit e3d4d89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# DBSCAN_acceleration

This reposity contains all code written for my Fall 2021 JP: Accelerating DBSCAN for GNN-based Track Reconstruction

As denoted in the paper:

Implementation 2: DBSCAN_FPGA_CPU
Expand All @@ -26,4 +27,4 @@ The following are two example commands to run the code:
--eps: an input parameter to DBSCAN, representing the radius of a hit's neighborhood

--precomputed: if included, neighboring points are calculated according to a precomputed distance matrix, whose filename is specified following the "--dist" keyword.
if not included, neighboring points are calculated according to a set of 2D hit coordinates, whose filename is specified following the "--data" keyword.
if not included, neighboring points are calculated according to a set of 2D hit coordinates, whose filename is specified following the "--data" keyword.

0 comments on commit e3d4d89

Please sign in to comment.