Davion

Results 9 comments of Davion

I used the function:"samplePoissonDisk" (vs2013,release,x64) , after I clicked " run" button (visual studio 2013), the visual studio was in a state of "Being generated code" and it would seem...

I found the problem only happened in the visual studio with release mode.

The problem occurred in "vcg::tri::io::Importer::Open(m, ply_file_name.c_str())" and the problem is solved by using "vcg::tri::io::ImporterPLY::Open(m, ply_file_name.c_str())". Note:m is my defined mesh and ply_file_name is a mesh file. Thank you!

需要改程序才能提高准确率吗?改哪儿呢?

请问你有没有训练好的模型提供我一份,我训练的结果特别差

I run it successfully! First, make sure that the yolov4.weights is loaded correctly. Second, make sure that the model_image_size in the yolov4.py is the same as yolov4.weights

> Hi, Thank you for your nice implementation. I get the following error when loading the pre-trained weights: > > _KeyError: 'Transformer/encoderblock_0\MultiHeadDotProductAttention_1/query\kernel is not a file in the archive'_ >...