Skip to content

OyamingO/Box2Pix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Box2Pix: An automatic box-level to pixel-level annotation transformation method for fire detection in remote sensing images

Box2Pix, an automatic method that integrates weak annotations such as text, point and box prompts with SAM, to convert object detection datasets into pixel-level semantic segmentation datasets.

Ming Wang, Chenxiao Zhang*, Peng Yue*

[Paper] [Project] [Dataset] [BibTeX]

🔥: Installation

The code requires python>=3.7, as well as pytorch>=1.7 and torchvision>=0.8. Please follow the instructions here to install both PyTorch and TorchVision dependencies. Installing both PyTorch and TorchVision with CUDA support is strongly recommended.

The following optional dependencies are necessary for mask post-processing, saving masks in COCO format, the example notebooks, and exporting the model in ONNX format. jupyter is also required to run the example notebooks.

pip install opencv-python pycocotools matplotlib

Citing Box2Pix

If you use Box2Pix in your research, please use the following BibTeX entry.

@article{Box2Pix,
  title={Box2Pix: An automatic box-level to pixel-level annotation transformation method for fire detection in remote sensing images},
  author={Ming Wang, Peng Yue, Chenxiao Zhang},
  journal={GIScience & Remote Sensing},
  year={2024}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages