Home

Awesome

Annot8-3D

This project is currently under development and not ready for production use.

A 3D annotation tool built with Vue.js and FastAPI for annotating point cloud data.

Features

Tech Stack

Frontend

Backend

Getting Started

Frontend Setup

Install dependencies:

npm install
npm run dev

Backend Setup

Check out the backend README for instructions on setting up the FastAPI server.

Project Structure

.
├── src/
│   ├── frontend/         # Vue.js frontend application
│   │   ├── components/   # Vue components
│   │   ├── layouts/      # Page layouts
│   │   ├── stores/       # Pinia stores
│   │   └── utils/        # Utility functions
│   │
│   └── backend/         # FastAPI backend server
│       ├── server/      # Server implementation
│       └── generated/   # OpenAPI generated code