You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
problem occurs with any option after: python run_pipeline.py ./config.json
Traceback (most recent call last):
File "/home/smith6jt/CellSegmentationEvaluator/full_pipeline/run_pipeline.py", line 5, in
pipeline.argparse_wrapper()
File "/home/smith6jt/CellSegmentationEvaluator/full_pipeline/pipeline/pipeline.py", line 68, in argparse_wrapper
main(args.config_dir)
File "/home/smith6jt/CellSegmentationEvaluator/full_pipeline/pipeline/pipeline.py", line 25, in main
img_dirs = [config['img_dir']]
KeyError: 'img_dir'
there is no img_dir prompt and my .tif file in the full_pipeline folder is not recognized
The text was updated successfully, but these errors were encountered: