-
Hello, thanks for your outstanding work. Could you have open the evaluation metrics code of **REG** and **REG Norm** in table 3 of paper.
-
Do you make grid search about parameters of enc_layers、dec_layers?
According to DETR, more encoder layers and decoder layers are beneficial. Maybe enc_layers and dec_layers set to 3 at least.
![imag…
-
hello I found the mistake when I run.please help.Thanks
RuntimeError: Error(s) in loading state_dict for SCNN:
size mismatch for fc.0.weight: copying a param with shape torch.Size([128, 288…
-
-
Thanks for your sharing.
Tusimple labeled 4 lanes for one image, and they have fixed order like left-left, ego-left, ego-right, right-right from 0 to 3.
Does the output of PolyLaneNet(L1 ~ L5) hav…
-
[2020/11/28 00:59:02] start training...
Config (path: H:\configs\tusimple.py): {'dataset': 'Tusimple', 'data_root': 'H:/$TUSIMPLEROOT', 'epoch': 100, 'batch_size': 32, 'optimizer': 'Adam', 'learning_…
-
First, thanks for providing the source-codes. Nice job!
I am interested in analyzing the predictions of your model in the TuSimple dataset (i.e., computing some stats and other metrics). In the [RE…
-
I run the demo.py with tusimple datasets,but the video i got is wrong, it can't open, then i saw that you said the visualized video might look bad with tusimple datasets and you do not recommend doing…
-
I am training the model with the BDD-100K dataset for a single class with an input dim of 256 x 512. I have resized the images from BDD original dim of 720 x1280 to 256 x 512 before adding them to the…
-
I want to label my own data, but I don’t know the supported label format requirements. At the same time, I want to know how to modify the settings to fit my own data set. My expectation is that the mo…