Tony Wang
Tony Wang
I have compiled a static library that uses the simd library and the library compiles just fine, but when I try to link the library in my main, where I...
In the supportVectorRegression(...) function of LandmarkLBF.cpp there is a typo. _lambda_ and _upper_bound_ were declared as a size 1 array, but it was supposed to be a size l array!...
When I use Image.GetSubRect(roi) I receive an subimage and everything that invokes opencv works just as I would expect. Image.Data on the other hand is just the same as the...
Commit 279ceab2b656801917fd2d84e182a80f5d20bf8a changed license to match Yolo licensing, this was missed in the readme
I cloned your repository and used python 3.6 and pytorch 1.2. Still I get loss nan when I use the model to train on the widerfaces dataset you provide. I...
I have categorial features with 256 possible values each. I train a small forest with ~10 non oblique decision stumps. Each trees thus has only one decision node based on...
It would be nice, if one could conveniently save the hyperparameters used to train a model. In other words, if there was a function to create custom hyperparameter templates so...
I have a problem. When I use the RandomSearchTuner and fix the Learners num_trees, there is no problem and as expected every trial will have that num_trees, if I fix...
When using your build script after cloning, every target but test_performance difference builds. test_performance difference fails to build with error `/usr/bin/ld: libSimd.so: undefined reference to `pthread_create' also there is no...
### Prerequisite - [X] I have searched [the existing and past issues](https://github.com/open-mmlab/mmyolo/issues) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmyolo.readthedocs.io/en/latest/faq.html) but cannot get the...