lizolson

Results 4 comments of lizolson

I think we need to cd into the lib folder and run 'bash make.sh'.

Hi @JiaRenChang thank you for responding! I have not changed the test function at all. If I print output.size, I get back: torch.Size([3, 60, 24, 68, 120]) In the function,...

@JiaRenChang The upsample is trilinear in the upsample step of the hourglass model, it is bilinear in the output branch's upsample of the feature_extraction function in submodule script. Changing it...

Also having this problem, and not sure if it's a model issue or dependencies problem.