amodalAPI
amodalAPI copied to clipboard
It says access denied and I wonder if there are any ways to download the annotation files.
Hi @Wakeupbuddy I really appreciate this nice work. Could you please provide the code for calculating the convexity and simplicity of the dataset? I implemented a version myself and the...
how the json files convert to COCOA format
Thank you for your great work. Our dataset is annotated as COCO format , but what is different from the COCO dataset is that for partially obscured objects ,we predicted...
Is there any way to map regions in amodal annotations to the corresponding instances in the original COCO annotation? It seems that we don't know the instance id of a...
"All train and val annotations along with evaluation code will be publicly released." in paper Semantic Amodal Segmentation, CVPR 17. When will the code be released? Thank you.
Two changes: * Removed `import torchfile` * Fixed a potentially bug-causing typo. The line of code below is missing a `)` before `==` ```Python type(region['segmentation']['counts'] == unicode or type(region['segmentation']['counts']) ==...
https://github.com/Wakeupbuddy/amodalAPI/blob/694095b475371081345aff91507b98b2eeab71c5/PythonAPI/pycocotools/amodaleval.py#L10
bug: python setup.py build_ext install Compiling pycocotools/_mask.pyx because it changed. [1/1] Cythonizing pycocotools/_mask.pyx /home/pcl/anaconda3/envs/paddlepaddle/lib/python3.8/site-packages/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier...