-
Hi,
Looks like you've copied the old HED implementation from ControlNet. This implementation was discovered to be derived from a GPL-3 library, and can't be used in MIT licensed projects.
See h…
-
I get the error when I use scripts/edges/batch_hed.py to detect image edges
F0912 15:12:50.764644 23187 syncedmem.cpp:19] Check failed: error == cudaSuccess (29 vs. 0) driver shutting down
my w…
-
I would like to suggest implementing image pre-processors like HED edge detection or depth, these could process images loaded with the LoadImage node. This would be very useful for Controlnet workflow…
-
The `ONSET_INSET_INSET_OFFSET_ERROR` has been renamed `TEMPORAL_TAG_ERROR` in the HED specification so that `Duration` and `Delay` errors will fall under this umbrella.
What is the status of vali…
-
`HEDTags.validate` is used to validate values in a `HEDTags` column. We should evaluate whether we can create a `TermSetWrapper` for HED such that the data would be wrapped in `HEDTags.__init__`. In …
-
- [ ] Load HED schema for responsive search while user types input
- [ ] Validate user inputs
- [ ] Build a sidecar JSON template & fill with validated strings
- [ ] Assemble event annotations
- […
-
Some comments/issues as I tried out the [HED MATLAB Python tools tutorial](https://www.hed-resources.org/en/latest/HedMatlabTools.html#python-hedtools-in-matlab-anchor):
- In Step 4, we should inst…
-
When I run:
```
from controlnet_aux.hed import Network
hed_network = Network(f"{local_fold}/lllyasviel/ControlNet/annotator/ckpts/network-bsds500.pth")
HEDdetector(hed_network)
```
I got t…
-
@beep @kissane hoping for some feedback here ...
Was doing a test run on the "user logs in with email link and posts a new job" workflow, and it was noted that `.hed-label` over the login link felt…
-
from model.hed_model_resnet import res_hed
from model.rcf_model_vgg import vgg_rcf
can't find these two folders
thank you for your help