"vscode:/vscode.git/clone" did not exist on "885e3c201a9bc39a70a6bd2744c5ef6843a6c156"
Unverified Commit 87ae3d6f authored by loveSnowBest's avatar loveSnowBest Committed by GitHub
Browse files

[Enhancement] Enhance in vfe_layers creation (#389)

parent b820b0be
......@@ -163,7 +163,7 @@ class DynamicVFE(nn.Module):
nn.Sequential(
nn.Linear(in_filters, out_filters, bias=False), norm_layer,
nn.ReLU(inplace=True)))
self.vfe_layers = nn.ModuleList(vfe_layers)
self.vfe_layers = nn.ModuleList(vfe_layers)
self.num_vfe = len(vfe_layers)
self.vfe_scatter = DynamicScatter(voxel_size, point_cloud_range,
(mode != 'max'))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment