zhoujinhai

Results 10 issues of zhoujinhai

I trained and tested myself data, I found a problem that preprocessing the data with "random. Choice" has a great impact on the results . I know that 'farthest_point_sample' function...

### question I have get the message "KHR_materials_pbrSpecularGlossiness is unsupported" when I decode the glb file. ### code ```C++ // ---------- Import File ----------- const std::string glbPath = "E:/model/HappyFace.glb"; draco::GltfDecoder...

when I run the code, I have get an error is that ```Segmentation fault (core dumped)```.

I have trained the pytorch model.pth on my dataset, then, I use the ```convert_to_caffe2_models.py``` to convert ONXX model, but it raise an error like this: ```python Traceback (most recent call...

I have trained the mobilenetv3-ssd model.pth on pytorch, then, I use the ```convert_to_caffe2_models.py``` to convert ONXX model, but it raise an error like this: ```python Traceback (most recent call last):...

npm install hexo-generator-json-content 运行hexo s出现错误ERROR Plugin load failed: hexo-generator-json-content

##### System information (version) - OpenCV => 4.5.3.36 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2019 - Python => 3.7.4 - Onnx =>...

bug
category: dnn

@markshih91, I want to training the model on my dataset that have two classess, how to sub-sample the weight tensors of all the classification layers?

Adaptive ROI Align was seen in the paper, but I can not find it in the code, Can you share your code of Adaptive ROI Align?

Hello, Firstly, thanks your public code. But, When I run your code, the program is stop when it run to function ```EdgeDetection```. ```value_gx += Gx[l * 3 + k] *...