-
Trying to load the neurofinder regions using
```
import extraction as ex
model = ex.load(pathToRegions)
```
I get an error in the following line
```---> 23 regions = many([x['coordinates…
-
Hi @WaqasSultani and @lrd8715923,
I am a starter on deep learning, I noticed you mentioned to replace C3D feature extraction with I3D or Multifiber or R(2+1)D methods. May I know is there any guide…
-
Hello, does Snorkel support dependency extraction for categorical problems?
I decided to extend my model with structure learning, my code follows the tutorial on categorical classes.
`DependencySe…
-
I have read about other's people problematic experiences with OpenCV's TV-L1 optical flow algorithm about how time consuming it is and I have also witnessed it myself first-hand.
My question is simpl…
-
E:\Software\SadTalker>D:\ProgramData\Anaconda3\python E:\Software\SadTalker\inference.py --driven_audio E:\Software\SadTalker\audio\NewsAboutAItoday.wav --source_image E:\Software\SadTalker\img\Pretty…
-
I am sharing this error in the hope that you find it useful. Below is the traceback. Let me know if you there's anything I can do to make it more verbose or any particular info you want about my envir…
-
Thank you VISSL team for this phenomenal and timely repo.
I was wondering if you might be able to provide a minimal working example for loading one of your model zoo models from TorchHub (or via s…
-
Hi, inspired from your model, I have written a similar ESRGAN model with spectral_normalization and a few other tweaks. Although mostly, the underlying model architecture is same. I am also using VGG1…
-
The results that used the data set downloaded from Baidu Cloud Disk provided by you is correct. But when I used the script ReID_feature_extraction.py to generate the detections files with extracted re…
-
```
Hi,
I'm trying to do keyphrse extraction for my documents against LCSH skos
dictionary (about 400 MB). The problem I'm experiencing is an out of memory...I
had a look at the code and as far I …