All Projects → cocodataset → Cocoapi

cocodataset / Cocoapi

Licence: other
COCO API - Dataset @ http://cocodataset.org/

Programming Languages

Jupyter Notebook
11667 projects
matlab
3953 projects
python
139335 projects - #7 most used programming language
lua
6591 projects
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Cocoapi

Publaynet
Stars: ✭ 442 (-90.75%)
Mutual labels:  jupyter-notebook
Face Image Motion Model
Face Image Motion Model (Photo-2-Video) based on "first-order-model" repository.
Stars: ✭ 446 (-90.66%)
Mutual labels:  jupyter-notebook
D2 Net
D2-Net: A Trainable CNN for Joint Description and Detection of Local Features
Stars: ✭ 448 (-90.62%)
Mutual labels:  jupyter-notebook
Modsimpy
Text and supporting code for Modeling and Simulation in Python
Stars: ✭ 443 (-90.72%)
Mutual labels:  jupyter-notebook
Orion
A machine learning library for detecting anomalies in signals.
Stars: ✭ 445 (-90.68%)
Mutual labels:  jupyter-notebook
Dynslam
Master's Thesis on Simultaneous Localization and Mapping in dynamic environments. Separately reconstructs both the static environment and the dynamic objects from it, such as cars.
Stars: ✭ 446 (-90.66%)
Mutual labels:  jupyter-notebook
Reinforcement learning tutorial with demo
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..
Stars: ✭ 442 (-90.75%)
Mutual labels:  jupyter-notebook
Course V4
Please use fastbook's /clean folder instead of this
Stars: ✭ 449 (-90.6%)
Mutual labels:  jupyter-notebook
3dmol.js
WebGL accelerated JavaScript molecular graphics library
Stars: ✭ 443 (-90.72%)
Mutual labels:  jupyter-notebook
Pytorch advanced
書籍「つくりながら学ぶ! PyTorchによる発展ディープラーニング」の実装コードを配置したリポジトリです
Stars: ✭ 448 (-90.62%)
Mutual labels:  jupyter-notebook
Pytorch Maml
PyTorch implementation of MAML: https://arxiv.org/abs/1703.03400
Stars: ✭ 444 (-90.7%)
Mutual labels:  jupyter-notebook
Swiftai
Swift for TensorFlow's high-level API, modeled after fastai
Stars: ✭ 445 (-90.68%)
Mutual labels:  jupyter-notebook
Rl Portfolio Management
Attempting to replicate "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem" https://arxiv.org/abs/1706.10059 (and an openai gym environment)
Stars: ✭ 447 (-90.64%)
Mutual labels:  jupyter-notebook
Python Ml Course
Curso de Introducción a Machine Learning con Python
Stars: ✭ 442 (-90.75%)
Mutual labels:  jupyter-notebook
Course Resources Ml With Experts Budgets
Further student resources for DrivenData's 'Machine Learning with the Experts: School Budgets' DataCamp course.
Stars: ✭ 447 (-90.64%)
Mutual labels:  jupyter-notebook
Tcav
Code for the TCAV ML interpretability project
Stars: ✭ 442 (-90.75%)
Mutual labels:  jupyter-notebook
Jupyter tensorboard
Start Tensorboard in Jupyter Notebook
Stars: ✭ 446 (-90.66%)
Mutual labels:  jupyter-notebook
Tpu
Reference models and tools for Cloud TPUs.
Stars: ✭ 4,580 (-4.1%)
Mutual labels:  jupyter-notebook
Ipython Soccer Predictions
Sample iPython notebook with soccer predictions
Stars: ✭ 447 (-90.64%)
Mutual labels:  jupyter-notebook
Pytorch Fastcampus
PyTorch로 시작하는 딥러닝 입문 CAMP (2017.7~2017.12) 강의자료
Stars: ✭ 447 (-90.64%)
Mutual labels:  jupyter-notebook
COCO API - http://cocodataset.org/

COCO is a large image dataset designed for object detection, segmentation, person keypoints detection, stuff segmentation, and caption generation. This package provides Matlab, Python, and Lua APIs that assists in loading, parsing, and visualizing the annotations in COCO. Please visit http://cocodataset.org/ for more information on COCO, including for the data, paper, and tutorials. The exact format of the annotations is also described on the COCO website. The Matlab and Python APIs are complete, the Lua API provides only basic functionality.

In addition to this API, please download both the COCO images and annotations in order to run the demos and use the API. Both are available on the project website.
-Please download, unzip, and place the images in: coco/images/
-Please download and place the annotations in: coco/annotations/
For substantially more details on the API please see http://cocodataset.org/#download.

After downloading the images and annotations, run the Matlab, Python, or Lua demos for example usage.

To install:
-For Matlab, add coco/MatlabApi to the Matlab path (OSX/Linux binaries provided)
-For Python, run "make" under coco/PythonAPI
-For Lua, run “luarocks make LuaAPI/rocks/coco-scm-1.rockspec” under coco/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].