We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b91697f + 50e7cdc commit fc2b067Copy full SHA for fc2b067
1 file changed
src/main/java/fiji/plugin/trackmate/helper/model/detector/YOLOOpt.java
@@ -61,7 +61,7 @@ private YOLOOpt()
61
.info( "The conda executable seems not to be configured, <br>"
62
+ "or no conda environment could be found. Please <br>"
63
+ "follow the link below for installation instructions." )
64
- .url( "https://imagej.net/plugins/trackmate/trackers/trackmate-trackastra" ) );
+ .url( "https://imagej.net/plugins/trackmate/detectors/trackmate-yolo" ) );
65
return models;
66
}
67
0 commit comments