This the official repo of report for ICCV 2023 1st Computer Vision Aided Architectural Design(CVAAD) Workshop
Create a Conda environment:
conda create -n plangen python==3.9.0
conda activate plangen
conda install pytorch==2.0.0 torchvision==0.15.0 torchaudio==2.0.0 pytorch-cuda=11.8 -c pytorch -c nvidia
pip install -r requirements.txt
We utilize mobileSAM to preprocess the boundary images and organize the dataset into train/val/test sets for training.
Below is the link to the actual preprocessed dataset used for training:
Run the following command for training:
python train.py
We provide our training model's weight : model_weight
Run the following command for evaluation and submission:
python submission.py
Run the inference_visualization.ipynb Jupyter Notebook for inference visualization.