Skip to content

Instantly share code, notes, and snippets.

View Francis-Ferri-personal's full-sized avatar

Francis Ferri Francis-Ferri-personal

View GitHub Profile
@bkbilly
bkbilly / docker-cvat.yml
Last active June 28, 2024 22:11
Access CVAT from any host
# Copyright (C) 2018-2021 Intel Corporation
#
# SPDX-License-Identifier: MIT
version: '3.3'
services:
cvat_db:
container_name: cvat_db
image: postgres:10-alpine
@antoinebrl
antoinebrl / README.md
Last active July 12, 2024 04:22
Prepare ImageNet

Preparation of ImageNet (ILSVRC2012)

The dataset can be found on the official website if you are affiliated with a research organization. It is also available on Academic torrents.

This script extracts all the images and group them so that folders contain images that belong to the same class.

  1. Download the ILSVRC2012_img_train.tar and ILSVRC2012_img_val.tar
  2. Download the script wget https://gist.githubusercontent.com/antoinebrl/7d00d5cb6c95ef194c737392ef7e476a/raw/dc53ad5fcb69dcde2b3e0b9d6f8f99d000ead696/prepare.sh
  3. Run it ./prepare.sh