by GOC Blogger | Jul 15, 2021 | Blog, Technical
How to map docker container port to the host port By default, when the container is created, it doesn’t publish any port to Internet to within the network connected to the host. In order to acheive it, use –publish or -p flag. This creates a firewall rule...
by GOC Blogger | Jul 15, 2021 | Blog, Technical
Facebook AI Research’s (FAIR) discovery of the Detectron2 which helps in object detection having Mask R-CNN is created in Python as a part of DL framework. We will go through steps of installing Facebook detectron2 in ubuntu machine with GPUs attached....