A small example package
Project description
tensorflow-object-contour-detection
This is a tensorflow implimentation of Object Contour Detection with a Fully Convolutional Encoder-Decoder Network (https://arxiv.org/pdf/1603.04530.pdf) .
REQUIREMENTS :
pip install requirements.txt
Label Preparation :
To prepare the labels for contour detection from PASCAL Dataset , run create_lables.py and edit the file to add the path of the labels and new labels to be generated . Use this path for labels during training.
TRAINING :
python train.py \
--max_to_keep=50 \
--Epochs=100 \
--momentum=0.9 \
--learning_rate=.0000001 \
--train_crop_size=480 \
--clip_by_value=1.0 \
--train_text = ${path to text file} \
--log_dir = ${path to where logs will be saved} \
--tf_initial_checkpoint=${PATH_TO_CHECKPOINT} \
--label_dir = ${path to label directory} \
--image_dir = ${path to image directory}
EVALUATION :
python eval.py \
--checkpoint=${path to checkpoint to be evaluated} \
--save_preds=${path to folder where predictions will be saved} \
--image_dir = ${path to image directory} \
--eval_crop_size=480 \
--eval_text = ${path to eval text file}
Results :
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file example-pkg-yjko-0.0.1.tar.gz.
File metadata
- Download URL: example-pkg-yjko-0.0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.24.0 setuptools/40.4.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.5.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ff1e868f5fb1d4521f0d1c1f6e6d921205dbb488ae40540664d69e6cf89275c
|
|
| MD5 |
ad664cddb9f023624186a0a5bb6657aa
|
|
| BLAKE2b-256 |
07fda3939763794d894314890ff938288d175a3b10e4174aa3749950acb7f483
|
File details
Details for the file example_pkg_yjko-0.0.1-py3-none-any.whl.
File metadata
- Download URL: example_pkg_yjko-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.24.0 setuptools/40.4.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.5.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3032e29bf1578576d1bc580bb70a823502d5e58a00ed2a3701eb1d3342398287
|
|
| MD5 |
13ad9966ab78b95b335be4705662f70a
|
|
| BLAKE2b-256 |
deb955b7d8c70c4e8f1963a69ad9f40c92a7b3807e0d54cc09e7f6ed5a60e403
|