We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adbec0 commit 0449be5Copy full SHA for 0449be5
android/src/main/java/com/vladih/computer_vision/flutter_vision/models/Yolov8Seg.java
@@ -39,6 +39,8 @@
39
import java.util.UUID;
40
import java.util.Vector;
41
42
+//https://dev.to/andreygermanov/how-to-implement-instance-segmentation-using-yolov8-neural-network-3if9
43
+//PAPER: https://openaccess.thecvf.com/content_ICCV_2019/papers/Bolya_YOLACT_Real-Time_Instance_Segmentation_ICCV_2019_paper.pdf
44
public class Yolov8Seg extends Yolo {
45
public Yolov8Seg(Context context,
46
String model_path,
0 commit comments