blfeng
blfeng
遇到了同样的问题 但是也能跑出分词结果 请问这会对分词结果造成影响吗
thank you, I will try it
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...