Skip to content

Nerfstudio QuickMask is an tool designed to quickly generate masks for your Nerfstudio dataset using rectangles. It simplifies the masking process compared to other methods, making it ideal for testing new datasets.

Notifications You must be signed in to change notification settings

jannick-schroeer/nerfstudio-QuickMask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nerfstudio QuickMask Nerfstudio QuickMask Logo

Nerfstudio QuickMask is an tool designed to quickly generate masks for your Nerfstudio dataset using rectangles. It simplifies the masking process compared to other methods, making it ideal for testing new datasets.

Features

  • Fast Masking: Quickly create masks using simple rectangular selections.
  • Automatic Mask Generation: Automatically generates mask files for your dataset.
  • Optimized Workflow: Streamlines the process of preparing data for Nerfstudio.

Installation

Ensure you have Python 3 and Node.js installed.

pip3 install -r requirements.txt

Building the Frontend

cd frontend
npm install
npm run build

Usage

Run the backend/api.py to host the webinterface on your local machine

python3 backend/api.py
  1. Load your Nerfstudio dataset with the webinterface
  2. Use the rectangle tool to select areas to mask.
  3. The masks are then automatically added to your nerfstudio dataset

Contributing

Contributions are welcome! Feel free to submit issues and pull requests.

About

Nerfstudio QuickMask is an tool designed to quickly generate masks for your Nerfstudio dataset using rectangles. It simplifies the masking process compared to other methods, making it ideal for testing new datasets.

Resources

Stars

Watchers

Forks