faustomilletari / CFCM-2D

This repository contains a publicly available version of CFCM: segmentation via Coarse to Fine Context Memory, a paper accepted at MICCAI 2018 for presentation.
33 stars 6 forks source link

where is the train.py #1

Closed Lvhhhh closed 6 years ago

Lvhhhh commented 6 years ago

i dont find the train.py and how to use it without docker? can you offer more details how to run this code?

faustomilletari commented 6 years ago

Run pip install -e . in the directory where you have cloned the code. Then run python -m cfcm_train plus the required arguments. You find these arguments in the file cli.py in the directory cfcm. @marcoesposito1988 can you confirm? Could you also update the Readme accordingly?

marcoesposito1988 commented 6 years ago

The train.py file got renamed to cfcm/cli.py, which exposes the train command.

I will update the README, thanks for pinging us!