yolact icon indicating copy to clipboard operation
yolact copied to clipboard

A simple, fully convolutional model for real-time instance segmentation.

Results 170 yolact issues
Sort by recently updated
recently updated
newest added

In YOLO model I can see the prediction label for each frame on a video inference, this was printed on code. I try to do that in YOLACT, or print...

Hello, I would like to change the default lr scheduler for yolact using one of the pytorch lr schedulers in an attempt to improve mAP (I use September's update yolact++...

Traceback (most recent call last): File "/usr/lib/python3.5/tarfile.py", line 2279, in next tarinfo = self.tarinfo.fromtarfile(self) File "/usr/lib/python3.5/tarfile.py", line 1083, in fromtarfile obj = cls.frombuf(buf, tarfile.encoding, tarfile.errors) File "/usr/lib/python3.5/tarfile.py", line 1019, in...

I trained my dataset with yolact + +. During the test, the test results did not show the segmentation results, but the original image. What is the reason. Moreover, I...

I'm trying to train yolact in google colab on my custom dataset and get the following error: ``` yield from torch.randperm(n, generator=generator).tolist() RuntimeError: Expected a 'cuda' device type for generator...

Hello, @dbolya I am trying to train Yolact++ on custom datasets using Transfer learning. Is this possible with Yolact++? Is there any documentation about yolact++ config setup and so on?...

@dbolya I want to use your network to detect ships in the ocean. The problem is that I've three datasets and I want to train with images from all of...

Hello, I'm trying to run eval.py, but got an error. The error message is: > Traceback (most recent call last): > File "eval.py", line 990, in > torch.set_default_tensor_type('torch.cuda.FloatTensor') > File...

Is it possible to convert .pth format from yolact model to .pt?

Hello. I need some help. I'm trying to change my backbone Resnet to Res2Net. I added 'class Res2Net' in backbone.py. ( I just copied Res2Net.py and pasted in backbone file)...