ccl

Results 28 issues of ccl

I want Dlib to use GPU. Can I?

when I ran ./gradlew assembleDebug * Where: Build file '/home/ccl/Documents/codes/android/dlib-android/androidstudio-examples/dlib-android-app/app/build.gradle' line: 1 * What went wrong: A problem occurred evaluating project ':app'. > Could not initialize class com.android.repository.api.RepoManager ./gradlew --version...

I train the landcover dataset in the image segment model you provide, but the loss does not decrease. ![image](https://user-images.githubusercontent.com/36214675/138221247-1c3aa0d1-8adf-4648-9b09-059665cbb323.png)

question
Segmentation

First, thank you for sharing. I tested your pre-trained model on my Linux(GTX 1080), but my fps was about 5. Do you have some ideas to may it real-time? Really...

I want to convert the frozen graph to trt model on my x86 pc, can I install the program on x86 pc.

custom functions not work in mask labels. ![image](https://user-images.githubusercontent.com/36214675/143182713-0093783a-78f1-4ac6-83bc-0552beb20f51.png)

如题,我用pycharm创建了一个虚拟环境,c代码怎么用这个python的虚拟环境呢?

when I run generate_hierarchy(dataset='Imagenet1000', arch='fbresnet152', model=model) a error accurred. TypeError: generate_hierarchy() missing 1 required positional argument: 'method' I then tried 3 methods in hierarchy.py, all failed. ![image](https://user-images.githubusercontent.com/36214675/81463900-c5cd5180-91ef-11ea-9afe-2d1c808ab2e1.png)

opencv‘s dnn moudle is now support for Nvidia cuda, and needs opencv version of 4.2.0. Can you updata the opencv version and build opencv with DNN_CUDA support? Please~