Coder Social home page Coder Social logo

umarspa / centernet-tensorflow-1.14 Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 186 KB

Code (TensorFlow 1.14) for the paper "CenterNet: Keypoint Triplets for Object Detection".

Dockerfile 0.50% Python 99.46% Makefile 0.04%
object-detection one-stage-detector anchor-free centernet centernet-tensorflow tensorflow tensorflow1

centernet-tensorflow-1.14's Introduction

CenterNet TensorFlow 1.14

This repository contains the implementation of Centernet in TensorFlow 1.14

Preparation

Please follow the instructions in the official repo to install: NMS, MS COCO APIs and MS COCO Data. There is no need to compile corner pooling layers, as this repo contains the code for all the pooling layers directly implemented in TensorFlow 1.14.

Docker

Build the docker image using following command:

docker build --tag "cn:tf1.14" --network=host .

Once the docker image is build, use following command to run the training:

docker run -it --rm --runtime=nvidia --name <your_name>_train --network host -v /data:/data -v <your_workspace_path>/centernet:/code cn:tf1.14 python -u /code/main.py --cfg_file /code/config/config_docker.yaml

All the training metrics can be visualized on the tensorboard with the following command:

docker run -it --rm --runtime=nvidia --name <your_name>_log --network host -p <your_port>:<your_port> -v <your_workspace_path>/centernet:/code cn:tf1.14 tensorboard --port <your_port> --logdir /code/output/logs

centernet-tensorflow-1.14's People

Contributors

umarspa avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.