-
the step 2:
predict and save lanes
python main_landec.py --state= \ # 2: test set; 3: validation set
--continue-from= \
--dataset= \
…
-
Hi, again..
When I run `begin_evaluating(test_configs, verbose = False, avg_bg= avg_bg/normalization_factor)` at [predict notebook](https://github.com/juglab/EmbedSeg/blob/main/examples/2d/bbbc010-…
-
hey there,
training worked fine, also making the inference models was no problem. I then build for standalone use, which gives me no errors.
But when I try using standalone inference on images a…
-
I see the metrics of LSTR reported without mixed presicison. Do you know the reason? @kalkun @voldemortX @cedricgsh @LittleJohnKhan
-
Hi, thanks for sharing your code.
I'm interested in your work very much! But I don't have too much computation for training because my local GPU is very poor. Could you please share a trained model…
-
Hi.
I tried separately ran the notebook[bbbc010-2012] for inference provided by this repo but I had a memory allocation issue.
I used batch size as 1.
Is there any other parameters to reduce me…
-
Hello,
I would like to kindly get your help in compiling this int8 quantized model. This is ERFNet, a segmentation model that has all the supported operations that should be compiled on Edge Tpu. I…
-
when I use the argument(val-num-steps), the error occurred(AttributeError: 'tuple' object has no attribute 'to').
The full command is as follow:
python main_landec.py --epochs=50 --lr=0.2 --batch-…
-
Thanks for your sharing idea and wonderful job! the idea about using HAF and VAF for clustering lanes is impressive and enlightening. I have used your model on my own datasets and got a not a good res…
-
Hi,
I'm reading your paper and trying to reproduce your work.But there are some confusions on me.I have downloaded data_depth_annotated.zip,data_depth_velodyne.zip and data_depth_selection.zip.I have…