Skip to content

samelsamel/creation_of_mask_rcnn_json_file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

creation_of_mask_rcnn_json_file

The python file will help you create a JSON file for the data to be used after in the Mask_RCNN (repo matterport)

First, create a conda environment. While in it install these packages:

  • simplejson: pip install Simplejson
  • skimage: pip install skimage or conda install -c anaconda scikit-image
  • pickle
  • scipy : pip install scipy
  • tqdm : pip install tqdm
  • pandas : pip install pandas
  • pdb : conda install -c conda-forge ipdb
  • PIL : pip install pillow
  • pycocotools : pip install pycocotools

After setting up the environment just clone the repo and change the image, mask path and change the size of your images.

PS: You can first try to test it on balloon dataset

About

The python file will help you create a json file for the data to be used after in the Mask_RCNN (repo matterport)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages