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.
- 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.
Ensure you have Python 3 and Node.js installed.
pip3 install -r requirements.txtcd frontend
npm install
npm run buildRun the backend/api.py to host the webinterface on your local machine
python3 backend/api.py- Load your Nerfstudio dataset with the webinterface
- Use the rectangle tool to select areas to mask.
- The masks are then automatically added to your nerfstudio dataset
Contributions are welcome! Feel free to submit issues and pull requests.