Skip to content

Commit

Permalink
remove path to my computer
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Dec 4, 2024
1 parent 41de3eb commit b305e21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/ai/nets/samj/models/PythonMethods.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public class PythonMethods {
+ " y_contours = []" + System.lineSeparator()
+ " rles = []" + System.lineSeparator()
+ " sizes = []" + System.lineSeparator()
+ " np.save('/home/carlos/git/test.npy', sam_result)" + System.lineSeparator()
+ " for obj in labels:" + System.lineSeparator()
+ " if obj.num_pixels >= at_least_of_this_size:" + System.lineSeparator()
+ " x_coords,y_coords = trace_contour(obj.image, obj.num_pixels, obj.bbox[1],obj.bbox[0])" + System.lineSeparator()
Expand Down

0 comments on commit b305e21

Please sign in to comment.