Skip to content

Instantly share code, notes, and snippets.

View KaanErgun's full-sized avatar
🏠
Working from home

Kaan Ergün KaanErgun

🏠
Working from home
View GitHub Profile
# Copyright (C) 2018-2022 Intel Corporation
# Copyright (C) 2024 CVAT.ai Corporation
#
# SPDX-License-Identifier: MIT
x-backend-env: &backend-env
CVAT_POSTGRES_HOST: cvat_db
CVAT_REDIS_INMEM_HOST: cvat_redis_inmem
CVAT_REDIS_INMEM_PORT: 6379
CVAT_REDIS_ONDISK_HOST: cvat_redis_ondisk
import os
def create_directory_structure(project_name):
# Base directories
base_dirs = [
'docs',
'hdl/src',
'hdl/tb',
'ipcores/src',
'ipcores/tb',