DREAMS-lab / deepgis

Annotation, learning, and introspection tool for semantic mapping
Apache License 2.0
5 stars 3 forks source link

create npy masks #8

Open nemaderinku opened 4 years ago

nemaderinku commented 4 years ago

This is script to run in container bash

harishanand95 commented 4 years ago

@nemaderinku thank you. Let's add this into the repo. I feel like this could be parallelized. Look into GNU parallel command that can take a single process and run in parallel. We can also look CUDA support in python to parallelize the execution.

PS: If we can generate single image mask under 1 sec, a parallelized method should give us 80 masks in approx. 1-2 sec in the new machine.

@ashwinjosep