blfeng

Results 5 comments of blfeng

Hi tansor, i run train.py and it reports AttributeError: 'EasyDict' object has no attribute 'TILE_DIR' https://github.com/tansor/VecRoad/blob/master/utils/OSMDataset.py#L27 is this cfg.IMAGERY_DIR? I change it to cfg.IMAGERY_DIR then FileNotFoundError: [Errno 2] No such...

Hi tansor, seems 'road_seg_thick3' is not defined in function 'make_path_input' https://github.com/tansor/VecRoad/blob/master/utils/model_utils.py#L704 AttributeError: 'EasyDict' object has no attribute 'road_seg_thick3' https://github.com/tansor/VecRoad/blob/master/utils/OSMDataset.py#L122

Hi tansor, I train the vecroad model on my dataset and run infer on it. The roads in my dataset are at low level, like residential roads. The train and...