You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can somebody explain the naming of the config files?
I gather all means detects all objects (car, pedestrian, cyclist, etc.) vs car means only detects cars. Also I gather pp is short for PointPillars. But what are the other abbreviations? For example what do the following mean:
fhd
largea
lowa
mhead
mida
I'm under the impression that if I'm using the nuScenes set I should choose a config file in second.pytorch/second/configs/nuscenes whereas if I'm using the Kitti set I should choose a config file in second.pytorch/second/configs or second.pytorch/second/configs/pointpillars is this correct?
Also within second.pytorch/second/configs/pointpillars what is pp_pretrain.config, does pretrain mean it should not be used for training? Also in, for example, second.pytorch/second/configs/pointpillars/car, what are the xyres_xx.config files and what is the advantage/disadvantage of using them vs the others?
Some general explanation of the config file organization and naming would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
CDahmsSpireon
changed the title
config files - need explanation (fhd vs mhead vs largea vs lowa, differences between config files, how to choose ,etc.)
config files - need explanation (fhd vs mhead vs largea vs lowa), differences between config files, how to choose ,etc.
Aug 9, 2021
CDahmsSpireon
changed the title
config files - need explanation (fhd vs mhead vs largea vs lowa), differences between config files, how to choose ,etc.
config files - need explanation (fhd vs mhead vs largea vs lowa), differences between config files, how to choose, etc.
Aug 14, 2021
CDahmsSpireon
changed the title
config files - need explanation (fhd vs mhead vs largea vs lowa), differences between config files, how to choose, etc.
config files - need explanation (fhd vs largea vs lowa vs mhead vs mida), differences between config files, how to choose, etc.
Aug 14, 2021
Can somebody explain the naming of the config files?
I gather
all
means detects all objects (car, pedestrian, cyclist, etc.) vscar
means only detects cars. Also I gatherpp
is short for PointPillars. But what are the other abbreviations? For example what do the following mean:I'm under the impression that if I'm using the nuScenes set I should choose a config file in
second.pytorch/second/configs/nuscenes
whereas if I'm using the Kitti set I should choose a config file insecond.pytorch/second/configs
orsecond.pytorch/second/configs/pointpillars
is this correct?Also within
second.pytorch/second/configs/pointpillars
what ispp_pretrain.config
, doespretrain
mean it should not be used for training? Also in, for example,second.pytorch/second/configs/pointpillars/car
, what are thexyres_xx.config
files and what is the advantage/disadvantage of using them vs the others?Some general explanation of the config file organization and naming would be greatly appreciated.
The text was updated successfully, but these errors were encountered: