david-bernstein

Results 4 issues of david-bernstein

I have a question about line 67 in test.py: model = get_model(model_name, n_classes, version=args.dataset) model_name is a string but the first argument in get_model is a dict so the code...

Could you include a cell that shows how to use a checkpoint created by train.py for inference?

Hi, I'm trying to train my own dataset and ran into this error message. I modified config.py to point to my data lists and dataset. Any hints on how to...

Is IMG_MEAN taken from the cityscapes dataset? IMG_MEAN = np.array((103.939, 116.779, 123.68), dtype=np.float32) Presumably if I train on my own dataset I would have to precompute the mean, is that...