JaledMC
JaledMC
@JensBB Are you using Windows? What are your packages versions? Especially tensorflow and keras versions This error appears to me sometimes, but as @lyc1995452-star point, it gets resolved changing the...
Hi @tdurand I'm not a opendatacam user, but searching about docker found your useful info. Have you check this dockerfile? It seems very clean to me, and compiles darknet inside...
My fault! [Here](https://github.com/Azure/IntelligentEdgeHOL/blob/master/docker/jetson-nano-l4t-cuda-cudnn-opencv-darknet/Dockerfile) is the docker. And [this folder](https://github.com/Azure/IntelligentEdgeHOL/tree/master/docker) have multiple bases that could be useful.
I had the same issue than @AmrataRamchandani, making my dataset with Labelme, because it uses Pillow to save images, while unet model from @divamgupta uses opencv to load them. If...
Hi @jmzelectronica, and excuse my long delay, Once you have clone Labelme, follow their [Semantic segmentation tutorial](https://github.com/wkentaro/labelme/tree/master/examples/semantic_segmentation) to tag your dataset. Once you have been finished, you have to put...