Generate JSON
- now: version 0.2.0
- Original
- Binary
- Resize (1440x1024)
- Center Crop (512x512)
- Bilateral Filter
- Dilation
- Semantic Segmentation
- Contour Detection
You can download the trained UNET model.
Through the below link.
Or move to download tab.
It should be located under the ckpt folder.
https://drive.google.com/file/d/14Caw6ubdZgsAyFc5xCpxVhOH_yspXPMD/view?usp=sharingconda create -n seah python=3.9 -y
conda activate seah
pip install -r requirements.txt
pyinstaller -F -w main_genson.py -n Genson.exe