object-detection-template icon indicating copy to clipboard operation
object-detection-template copied to clipboard

Tensorflow Object Detection API on `Where is Syd?` dataset

Results 2 object-detection-template issues
Sort by recently updated
recently updated
newest added

this path "/floyd/input/syd/annotations.csv" isn't anywhere in the project. Where to find this file?

I run it from floydhub GPU platform, not modified anything ``` py # Training trainer.train( create_input_dict_fn, model_fn, train_config, master, task, NUM_CLONES, worker_replicas, CLONE_ON_CPU, ps_tasks, worker_job_name, is_chief, TRAIN_DIR, graph_hook_fn=graph_rewriter_fn) ``` returns...