seamseg
seamseg copied to clipboard
Seamless Scene Segmentation
I am trying to run inference using the pre-trained models on a MacOS machine and getting an AssertionError thrown: ``` assert self.local_world_size > 0 ^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError ``` This is the...
I was wondering if it's possible to create a colab for this model.
Hi, I am trying to load the pertained mode provided by you to carry out some evaluation on a set of images. I followed the instruction you provided to install...
This is pull request was created automatically because we noticed your project was missing a Code of Conduct file. Code of Conduct files facilitate respectful and constructive communities by establishing...
This is pull request was created automatically because we noticed your project was missing a Contributing file. CONTRIBUTING files explain how a developer can contribute to the project - which...
### Issue summary In the README's setup section, it says: > or, in a single line: > > ``` > pip install git+https://github.com/mapillary/seamseg.git > ``` But, since `setuptools.setup()` does not...
This comment from #17 leads me to believe that `seamseg` is now compatible with PyTorch >1.1. Could we please update the README and the `requirements.txt` files to reflect this? >...
**Using CUDA 11.3 , PyTorch v1.7, Ubuntu 18.04.5 LTS. While executing:** python -m torch.distributed.launch --nproc_per_node=1 test_panoptic.py --meta metadata.bin --log_dir ~/logs config.ini seamseg_r50_vistas.tar images predictions **Given the following error. If anyone...
Traceback (most recent call last): File "test_panoptic.py", line 358, in main(parser.parse_args()) File "test_panoptic.py", line 322, in main Traceback (most recent call last): File "test_panoptic.py", line 358, in test_dataloader = make_dataloader(args,...
Dear authors (or users), Does anyone have a script available to transfer the pth.tar raw output to COCO format? Would be highly appreciated. Cheers, Seger