Eldad27

Results 5 issues of Eldad27

Hi, During training, the warning message below is displayed. ``` augmentations.py:309: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or...

Hi I have successfully constructed a custom MS COCO dataset (over 1000 images) and attempted to train on yolact. However, there are some issues I'll appreciate some help on. 1....

Hi, was wondering if you have any COCO pre-trained models (and withFPN) for cutmix regularization under pytorch implementation yet? Any plans for future updates?

@hujiecpp I am using a custom COCO dataset. Please is there some way to extract mAP metric for each individual class/label when evaluating? For example, I have 2 classes of...

Hi, @midasklr This pytorch repo specify Pytorch1.3 as an environmental requirement. However, the following message appears at the attempt to install pytorch1.3 via conda: `CondaValueError: invalid package specification: ==1.3 `...