-
```----------
INTERFACE:
config yaml: config/cityscapes/darknet21_aspp.yaml
log dir /home/pc/logs/2019-8-20-16:13/
model path None
eval only False
No batchnorm False
----------
Commit hash …
-
-
hi, I tried to run you model by:
`python main.py --image_dir {mypath}/tusimple/DATASET/images/ --gt_dir {mypath}/tusimple/DATASET/ground_truth/ --end_to_end True`
but got the error like this:
``…
-
```
CMakeFiles/lane_cnn.dir/main.cpp.o: In function `at::detail::infer_type(at::Tensor const&)':
main.cpp:(.text+0xfa8): undefined reference to `at::getType(at::Tensor const&)'
CMakeFiles/lane_cnn.…
-
Hi,
Looking forward to the release!
I have some questions about the paper.
1. I don't understand why confidence(uncertainty) map and guidance map are able to correct mistakes in the ground truth?…
-
Hello everyone! I have been using bonnet for semantic segmentation before and now switching to bonnetal.
When I try to run the example it gives me the following:
**developer@my-pc: /bonnetal/tra…
-
Hi there!
First of all, thank you very much for sharing the code and for the awesome paper, you have released. Really great work!
Now, to the problem. I am trying to infer on my own data, using pret…
-
Hi,
As said in the code that 'normalization value, as defined in ERFNet paper'. So I read the paper (Efficient Residual Factorized ConvNet for Real-time Semantic) , but I didn't find something about …
-
Hi, I want to run the erfnet model on Jeson tx2.
- I installed pytorch without problems and cuda 9.0 with cudnn 7.0
ex) i checked by 'import torch' , i checked by 'nvcc --version'
but When I tr…
-
subj
How to set max height, max width?
Single-process box gen takes too long.