-
Hi,
I was following the SAM tutorial at https://labelstud.io/tutorials/segment_anything_model and i watched the linked video to get the sample label configuration since the link did not work. This …
-
This is my python usage below
```python
import torch
from ctc_forced_aligner import (
load_audio,
load_alignment_model,
generate_emissions,
preprocess_text,
get_alignments…
-
```
Traceback (most recent call last):
File "/home/ubuntu/miniconda3/envs/vllm/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/h…
-
Thank you very much for sharing the code with me.
When I executed the following training script command, even if I run multiple epochs in this way, the training loss is output as nan.
At some po…
-
### 🐛 Describe the bug
calling TORCHDYNAMO_REPRO_AFTER="dynamo" TORCHDYNAMO_REPRO_LEVEL=4 gpurun2 python experimental/segment_anything/accuracy_spot_check.py --quantized=0 --compiled=2 &>log.txt r…
-
Thanks for your contributions,
I have integrated your code, into https://github.com/vchoutas/smplify-x
I fitted an image then I get a 3D SMPLX Model, then I have used your code to calculate the meas…
-
First of all, thank you for sharing such a wonderful code.
I trained using the KSS dataset for 490 epochs, but the quality is not as good as I expected.
It seems that the TTS speaks a bit fast.
[wa…
ggpid updated
6 months ago
-
Can anyone figure out how can I fix the error?
# ComfyUI Error Report
## Error Details
- **Node Type:** SamplerCustomAdvanced
- **Exception Type:** RuntimeError
- **Exception Message:** Boolean…
-
I see that automatic mask generator is able to return a dictionary of data about the mask such as area, bounding box, stability scores and etc.
I was wondering if the masks generated from using pro…
-
I followed the instruction of the readme,but when i try the first demo,i got the error: Failed to load custom C++ ops. Running on CPU mode Only! and NameError: name '_C' is not defined.
I instal…