semantics_segmentation_of_urban_environments
semantics_segmentation_of_urban_environments copied to clipboard
Image segmentation for self-driving car. Based on Cityscapes dataset.
Results
2
semantics_segmentation_of_urban_environments issues
Sort by
recently updated
recently updated
newest added
hi,thanks for your code! In the code, there are some "unresolved reference",such as in train.py def select_network(args): if (args.model is not None) or (args.weights is not None): if os.path.exists(args.model) and...
hello! Why you set theta_b to 90? In the caffe version,theta_b is 3. Thanks.