Open alien-HL opened 2 months ago
We used Lanegcn's test code before, and the code address is https://github.com/uber-research/LaneGCN
thanks for your work,the result of test.py is a documents with the attrbutes of h5,but we need to submit json document on EvalAI,how do you slove this problem?
Sorry, I didn't quite understand your question. EvalAI can upload files in H5 format normally. Why do you need to convert them to JSON format?
Sorry, I didn't quite understand your question. EvalAI can upload files in H5 format normally. Why do you need to convert them to JSON format?
I followed the steps above and submitted the corresponding .h5 file, but an error occurred. So, I asked ChatGPT, and it replied that the file type was incorrect.
I chose the wrong competition category, and I apologize for any inconvenience this may have caused.
I'm sorry to inform you that I trained and saved the final results using your code, and after processing the .h5 file with test.py and submitting it to EvalAI, I found a large discrepancy in the results. My initial suspicion is that the argo_preprocessed file underwent two translations and rotations, while in test.py, only one rotation was used for the restoration. Perhaps my assumption is incorrect. Could you please explain this to me? Thank you very much.
Nice code , thanks for your work , I need a test code for leaderboard submission , can you provide some examples please?