Joshua Siy
Joshua Siy
I want to extract the mask and turn it into a new loss function that i want to experiment on. Without detaching the predicted images, or using openCV to estimate...
Hi i'm having some problems downloading your model through torch.hub.load . dinov2_model = torch.hub.load('facebookresearch/dinov2', 'dinov2_vitl14',pretrained=True) File "/home/joshua/.conda/envs/cgen/lib/python3.9/site-packages/torch/hub.py", line 638, in load repo_or_dir = _get_cache_or_reload( File "/home/joshua/.conda/envs/cgen/lib/python3.9/site-packages/torch/hub.py", line 258, in _get_cache_or_reload...
Hi. I'm new to using objaverse and i think i'm not understanding what's happening within the tutorial. After running the tutorial on a local computer using a python file, i...
Hello, After pressing the button to generate motion. Blender just crashes. No errors were displayed. May i ask for help? After testing for a while, i found an error :...
Can i know the expected file structure of this project? i keep getting the error: AssertionError: No checkpoint found at vposer/snapshots despite my snapshots folder does contain the .pt file....
Hello, Studying the output of new_joint_vecs, i saw that it has a shape of sequence length, and number of features. I'm hoping to ask how do i split the vector...
I'm curious to know if i can use this clip to replace other clips in a network. I'd also like to replace the Transformer to ViTH . So far, i...