Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
Signed-off-by: bracoe <[email protected]>
  • Loading branch information
bracoe authored Mar 23, 2024
1 parent fabf901 commit 2364356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detector_network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ DetectorNetwork::DetectorNetwork(
}

// what does this call do? https://github.com/stephanecharette/DarkHelp/blob/master/src-lib/DarkHelpNN.cpp#L202
calculate_binary_weights(*impl_->network_);
calculate_binary_weights(*impl_->network_);

const int num_classes_int = impl_->network_->layers[impl_->network_->n - 1].classes;
if (num_classes_int <= 0) {
Expand Down

0 comments on commit 2364356

Please sign in to comment.