Hello, i want to remove an object from a video, I am not sure how to run the demo, in hugging face, I find some errors: `runtime error
Exit code: 1. Reason: eleases/download/v0.1.0/raft-things.pth" to /home/weights/raft-things.pth
0%| | 0.00/20.1M [00:00<?, ?B/s]�[A
100%|██████████| 20.1M/20.1M [00:00<00:00, 148MB/s]
Downloading: "https://github.com/sczhou/ProPainter/releases/download/v0.1.0/recurrent_flow_completion.pth" to /home/weights/recurrent_flow_completion.pth
0%| | 0.00/19.4M [00:00<?, ?B/s]�[A
100%|██████████| 19.4M/19.4M [00:00<00:00, 181MB/s]
Initializing BaseSegmenter to cuda
Downloading: "https://download.pytorch.org/models/resnet50-19c8e357.pth" to /home/user/.cache/torch/hub/checkpoints/resnet50-19c8e357.pth
0%| | 0.00/97.8M [00:00<?, ?B/s]�[A
100%|██████████| 97.8M/97.8M [00:00<00:00, 434MB/s]
Downloading: "https://download.pytorch.org/models/resnet18-5c106cde.pth" to /home/user/.cache/torch/hub/checkpoints/resnet18-5c106cde.pth
0%| | 0.00/44.7M [00:00<?, ?B/s]�[A
100%|██████████| 44.7M/44.7M [00:00<00:00, 304MB/s]
Traceback (most recent call last):
File "/home/user/app/web-demos/hugging_face/app.py", line 391, in
model = TrackingAnything(sam_checkpoint, cutie_checkpoint, propainter_checkpoint, raft_checkpoint, flow_completion_checkpoint, args)
File "/home/user/app/web-demos/hugging_face/track_anything.py", line 13, in init
self.cutie = BaseTracker(cutie_checkpoint, device=args.device)
File "/home/user/app/web-demos/hugging_face/tracker/base_tracker.py", line 27, in init
model_weights = torch.load(cutie_checkpoint, map_location=device)
File "/home/user/.pyenv/versions/3.10.15/lib/python3.10/site-packages/torch/serialization.py", line 1326, in load
with _open_zipfile_reader(opened_file) as opened_zipfile:
File "/home/user/.pyenv/versions/3.10.15/lib/python3.10/site-packages/torch/serialization.py", line 671, in init
super().init(torch._C.PyTorchFileReader(name_or_buffer))
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
Container logs:
Failed to retrieve error logs: SSE is not enabled`. Thanks
Hello, i want to remove an object from a video, I am not sure how to run the demo, in hugging face, I find some errors: `runtime error
Exit code: 1. Reason: eleases/download/v0.1.0/raft-things.pth" to /home/weights/raft-things.pth
0%| | 0.00/20.1M [00:00<?, ?B/s]�[A
100%|██████████| 20.1M/20.1M [00:00<00:00, 148MB/s]
Downloading: "https://github.com/sczhou/ProPainter/releases/download/v0.1.0/recurrent_flow_completion.pth" to /home/weights/recurrent_flow_completion.pth
0%| | 0.00/19.4M [00:00<?, ?B/s]�[A
100%|██████████| 19.4M/19.4M [00:00<00:00, 181MB/s]
Initializing BaseSegmenter to cuda
Downloading: "https://download.pytorch.org/models/resnet50-19c8e357.pth" to /home/user/.cache/torch/hub/checkpoints/resnet50-19c8e357.pth
0%| | 0.00/97.8M [00:00<?, ?B/s]�[A
100%|██████████| 97.8M/97.8M [00:00<00:00, 434MB/s]
Downloading: "https://download.pytorch.org/models/resnet18-5c106cde.pth" to /home/user/.cache/torch/hub/checkpoints/resnet18-5c106cde.pth
0%| | 0.00/44.7M [00:00<?, ?B/s]�[A
100%|██████████| 44.7M/44.7M [00:00<00:00, 304MB/s]
Traceback (most recent call last):
File "/home/user/app/web-demos/hugging_face/app.py", line 391, in
model = TrackingAnything(sam_checkpoint, cutie_checkpoint, propainter_checkpoint, raft_checkpoint, flow_completion_checkpoint, args)
File "/home/user/app/web-demos/hugging_face/track_anything.py", line 13, in init
self.cutie = BaseTracker(cutie_checkpoint, device=args.device)
File "/home/user/app/web-demos/hugging_face/tracker/base_tracker.py", line 27, in init
model_weights = torch.load(cutie_checkpoint, map_location=device)
File "/home/user/.pyenv/versions/3.10.15/lib/python3.10/site-packages/torch/serialization.py", line 1326, in load
with _open_zipfile_reader(opened_file) as opened_zipfile:
File "/home/user/.pyenv/versions/3.10.15/lib/python3.10/site-packages/torch/serialization.py", line 671, in init
super().init(torch._C.PyTorchFileReader(name_or_buffer))
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
Container logs:
Failed to retrieve error logs: SSE is not enabled`. Thanks