tensorflow / tensorflow/models
Running evaluation
Open
@aneliaangelova is already working on this.
Since Jun 25, 2020.
models:research
type:support
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
System information
- What is the top-level directory of the model you are using: tensorflow/models/struct2depth/
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Small changes have been made to make sure the code could be run without seg_mask
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 16.04
- TensorFlow installed from (source or binary): with pip
- TensorFlow version (use command below): 1.13
- Bazel version (if compiling from source): N/A
- CUDA/cuDNN version: cuda-10.0
- GPU model and memory: geforce gtx 1080, 11GB
- Exact command to reproduce: python evaluate.py
--logtostderr
--prediction_dir $prediction_dir
--eval_list_file $eval_list_file
--eval_crop $eval_crop
--eval_mode $eval_mode
Describe the problem
in the project site, the above script is used for evaluation. however there is no evaluate.py in the repository. can you share details on how to evaluate the inference results (and in specific, how to reproduce the paper results on "Eigen split")?
thank you very much for this great project. looking forward to dive into it after I'll finish with the KITTI validation steps.
Yoav
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.