YuhuiMa/DFN-tensorflow
This repo is the tensorflow implementation of Discriminative Feature Network (DFN)
PythonApache-2.0
Issues
- 18
the result of training
#5 opened by gaowu9595 - 0
Thanks for your works, is this project able to solute multi-segmentation tasks now?
#13 opened by yangrui51 - 0
- 1
binary segmentation dataset
#8 opened by zhenmafan7 - 1
about "random.sample()"
#9 opened by myknowntime - 0
- 0
Trained weight files
#6 opened by calicratis19 - 3
Missing parameter(category = "test") for the get_batch_of_test function in utils.py file
#3 opened by narendoraiswamy - 1
About pretrained ResNet101?
#4 opened by FightForCS - 1
Thank you for the valuable code provided. Is this project only able to split two categories? For example, the labels are (0,0,0) and (1,1,1)?
#2 opened by yeyuanzheng177 - 1
assert img.ndim == 3 and img.shape[2] == 3
#1 opened by speakstone