-
Hello everyone,
I wonder if someone has trained Mask R-CNN for the CrowdAI mapping challenge, and I am very curious about the results, yet my computer is too weak to make such an end-to-end trainin…
-
RuntimeError: CUDA out of memory. Tried to allocate 256.00 MiB (GPU 0; 11.76 GiB total capacity; 9.99 GiB already allocated; 242.62 MiB free; 10.17 GiB reserved in total by PyTorch)
3080tiGPU with 12…
-
When running locally on the mac the `--net=host` extension does not work. I've submitted the test but it didn't seem to work.
`docker run --net=host -it $IMAGE_NAME /home/crowdai/run.sh`
I've t…
-
Good day,
I would like to train on my own map images. However I noticed that the input image size is 300 * 300, following the crowdAI (AIcrowd) Mapping Challenge dataset. Is it possible to train on…
-
-
Currently the links are of the form : https://www.crowdai.org/challenges/25/submissions/5417
but if we want people to share them, then ideally they should be more SEO optimized and of the form :
…
-
Should we have a recaptcha on the call for challenges page (https://www.crowdai.org/call-for-challenges/crowdai/apply).
Someone could very easily populate it with thousands of dummy submissions. and …
-
Hi there,
I am really thankful for your sharing at [CrowdAI](https://www.crowdai.org/topics/ope-solution-journal-local-cv-0-934/discussion).
I myself is now in the industry of Satellite imagery.…
-
When predicting or evaluating with `python main.py -- predict(evaluate) --pipeline_name unet --chunk_size 5000`, the following error occurs:
> neptune: Executing in Offline Mode.
neptune: Executing …
-
Right now, the way the action space in an environment is built is pretty messy.
The ideal solution would be to delegate the action space building completely to the `mission_spec`, and have a separa…