HDMapNet icon indicating copy to clipboard operation
HDMapNet copied to clipboard

Results 24 HDMapNet issues
Sort by recently updated
recently updated
newest added

Nice work! I'm sure the whole code, including dataloader, model and evaluation, will provide the community a great guide to this task. I wanted to ask if I could get...

Hi, nice work! What kind of GPU do you used that produced the results in the paper? Thanks

Hello! This is a great work! I am a new commer in this field, and I am confused with the threshold setting of CD in evaluate_json.py, where you set THRESHOLDS...

I just found that `--direction-pred` only works when `--instance-seg` is activated because `direction_pred` and `instance_seg` share the `self.up1_embedded` layer https://github.com/Tsinghua-MARS-Lab/HDMapNet/blob/7911227d45edb0226422083bc4bc452dc18e6399/model/base.py#L131 i guessed it is kinda typo. because there is another...

Hi, thx for your nice work! When I read the code and try ro run `python vis_label.py` to produce label, I meet this error:`XIO: fatal IO error 0 (Success) on...

Great work! Just curious if the world coordinates are available...

I saw a temporal fusion in the paper,this part of the code is not open source?

Hey, guys, according to my test, the whole post-processing process takes 900ms, which will lead to low FPS?

![image](https://user-images.githubusercontent.com/49940670/165700429-32bd87a5-469f-406b-aa1a-520b725f7a51.png) ![image](https://user-images.githubusercontent.com/49940670/165700468-f0c9359d-6856-4c01-a2d9-108496e2d20b.png) It seems that the arguments do not match for LiftSplat. Do you carry out experiments of LiftSplat on this codebase?