M3D-RPN icon indicating copy to clipboard operation
M3D-RPN copied to clipboard

How can i use the trained weight to test one single image and plot the result 3D boxes in the picture

Open kevin0525 opened this issue 6 years ago • 6 comments

and by the way, what's differences between model_pkl and optim_pkl thanks~

kevin0525 avatar Nov 05 '19 03:11 kevin0525

question 2: can you provide a detailed procedure about how can i train the network with my own custom dataset, what kind of modification should i make in the config files, thank you very much.

kevin0525 avatar Nov 05 '19 11:11 kevin0525

i am trying to train M3D-RPN with my own dataset (similar to kitti dataset), and i encounter a problem shown in the picture below: image i read the code and find out that when using the dataset prior to generate 3D anchors, if no boxes are assigned to a specific anchor, error above may show up. So i modify the code a little, when no boxes are assigned to a specific anchor, that anchor will no be used. image i can successfully run the training code right now, hopefully i will not encounter other problems and get a good training result.

kevin0525 avatar Nov 06 '19 14:11 kevin0525

[problem solved!] Dame, it seems that if i ignore specific anchor, error will show up when i want to restore checkpoint or test the model image i use 18 anchors when generating anchors and due to no boxes are assigned to specific anchors, 8 anchors are ignored, so in the end, only 10 anchors are put into use. Training is ok but when loading trained weight, errors above will show up. Does author have any solution to my problem?

kevin0525 avatar Nov 07 '19 01:11 kevin0525

Hi, did you ever find a solution for testing and plotting results?

nikola310 avatar Feb 25 '21 08:02 nikola310

hello @kevin0525 @nikola310 did you find solution to test and plot the result?

Sondosmohamed1 avatar Nov 10 '22 18:11 Sondosmohamed1

Unfortunately I haven't

nikola310 avatar Nov 14 '22 20:11 nikola310