Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: __init__() missing 1 required positional argument: 'region_type' #58

Open
kunzaiyy opened this issue Jan 19, 2022 · 0 comments

Comments

@kunzaiyy
Copy link

When I ran the scannet demo of this project,it said :
Traceback (most recent call last):
File "/home/iipl/SpatioTemporalSegmentation/demo/scannet.py", line 127, in
model = Res16UNet34C(3, 20, config).to(device)
File "/home/iipl/SpatioTemporalSegmentation/models/res16unet.py", line 23, in init
super(Res16UNetBase, self).init(in_channels, out_channels, config, D)
File "/home/iipl/SpatioTemporalSegmentation/models/resnet.py", line 25, in init
self.network_initialization(in_channels, out_channels, config, D)
File "/home/iipl/SpatioTemporalSegmentation/models/res16unet.py", line 38, in network_initialization
self.conv0p1s1 = conv(
File "/home/iipl/SpatioTemporalSegmentation/models/modules/common.py", line 129, in conv
return ME.MinkowskiConvolution(
TypeError: init() missing 1 required positional argument: 'region_type'

Does anyone know how to solve this problem?Thank you!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant