Open ThorsteinnJonsson opened 6 years ago
I got the correct predictions. My guess would be your calibration values are wrong. Please update according to calibrated (synced) kitti data.
Got the error while running pre-trained model: FailedPreconditionError : Attempting to use uninitialized value MiddleAndRPN_/conv20/bias was able to run it properly in next iteration, but again getting the same error. con12/beta or conv2/bias uninitialized .
What should be the value of available_gpu parameter if we are running on CPU? Do we have to change other things if model is run on cpu.
@sakshi404, i am also getting same error, did you solve the above error????
@ThorsteinnJonsson @qianguih may i know how to visualise the results. Do i have to pass any flag?? I am running the test script: python3 test.py -n pre_trained_car
using this it save the result in ./predictions/data
in .txt files.
@ThorsteinnJonsson @qianguih @sainisanjay thanks,Would you share the method to visualize the results?appreciate it
There seems to be an issue with the pre-trained model included (save_model/pre_trained_car). When I run test.py, the visulizations seem to give highly inaccurate results. Furthermore, the ground truth boxes also seem to be flipped along the y-axis in the top-down lidar visualizations. Is there something wrong with the pre-trained model or coordinate conversions? Below are two example results.
how to visiualise the results?thanks
@ThorsteinnJonsson @qianguih may i know how to visualise the results. Do i have to pass any flag?? I am running the test script:
python3 test.py -n pre_trained_car
using this it save the result in./predictions/data
in .txt files.
for visualization run python3 test.py -n pre_trained_car --vis==True
@ThorsteinnJonsson Even I am getting the same results. Were you able to solve this issue? @ArpitaSTugave Could you please post how your results look like for the first 2 images (for the same ones posted above by @angiend and @ThorsteinnJonsson )?
There seems to be an issue with the pre-trained model included (save_model/pre_trained_car). When I run test.py, the visulizations seem to give highly inaccurate results. Furthermore, the ground truth boxes also seem to be flipped along the y-axis in the top-down lidar visualizations. Is there something wrong with the pre-trained model or coordinate conversions? Below are two example results.