Questions tagged [pycocotools]

51 questions
0
votes
2 answers

Install pycocotools with poetry( not PEP 517/518 compliant)

I am trying to install Pycocotools(PythonAPI) package with Poetry, but it fails to do so. As read in this case, it seems that this package is not packaged properly, and therefore poetry is unable to install it. I tried to follow the procedure on…
0
votes
1 answer

Error pip installing wheel file from github repository (to download pycocotools)

I am installing Tensorflow (1.15.0) in order to perform some deep learning object detection, but am having trouble pip installing pycocotools. I am following this tutorial, which is an updated tutorial originally from YouTube channel Sentdex. I am…
ihb
  • 292
  • 9
  • 27
0
votes
0 answers

Minimalist coco dataset for instance segmentation : fails to create a legit one

I try to convert a dataset for instance segmentation only using pycocotools. The initial dataset is made of pairs of grey-scaled (left) + groundtruth (middle). The groundtruth image yields two binary instances (red): The convertion to COCO format…
Jean-Pat
  • 1,839
  • 4
  • 24
  • 41
0
votes
0 answers

Install pycocotools error "LINK : fatal error LNK1181: cannot open input file "C:\Program.obj""

I'm trying to train tensorflow model using this tutorial https://towardsdatascience.com/creating-your-own-object-detector-ad69dda69c85 but when I'm trying to install pycocotools I get following error: running build running build_py running…
kacpo1
  • 525
  • 5
  • 17
-2
votes
1 answer

What does the &= operator do in the python set() class

Here is the getImgIds from the pycocotools: pycocotools/coco.py: def getImgIds(self, imgIds=[], catIds=[]): ''' Get img ids that satisfy given filter conditions. :param imgIds (int array) : get imgs for given ids :param catIds (int…
stackbiz
  • 1,136
  • 1
  • 5
  • 22
1 2 3
4