-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Greetings!
I tried to modify the parameters as following according to the previous issue:
set 'max_out=False' when training flow
set 'max_out=True' and 'samples per gpu' from 2 to 1 when training det and testing det
Considering the long training time of flow, I used the nuscenes flow checkpoint you provided

and obtained the following training results(det trained for 24 epochs), and found that there is a gap between the results and those in the paper.
I would like to ask if it is due to the issue of modifying the parameters or other reasons.
Additionally, I would like to know if the alternative training method mentioned in the paper was used to train pointpilots on Nuscenes. The above results were obtained without using the alternative training method.
