kuaitoukid
kuaitoukid
In your paper, it is written that "Therefore, we utilize SAM to refine the masks predicted by XMem when its quality assessment is not satisfactory. Specifically, we project the probes...
The link in code is `https://huggingface.co/datasets/allenai/objaverse/resolve/main/object-paths.json.gz` which raised an error in downloading, but if we change the `resolve` into `blob` (`https://huggingface.co/datasets/allenai/objaverse/blob/main/object-paths.json.gz`), the download would run well. I don't know the...
When I tried the ` onnxsim base_encoder.onnx base_encoder.onnx `, an error raised. Error message: RuntimeError: /project/third_party/onnx-optimizer/onnxoptimizer/passes/eliminate_shape_gather.h:48: runTransform: Assertion `indices_val < dims.size()` failed. Does anyone know the solution, thank you!