SpongeBab

Results 27 comments of SpongeBab

@LoveMartina pytorh版本问题,需要1.5或者1.4,太新的不行。

@younger-diao are you sure? the mish-cuda only supports ubuntu. can you install it on the windows? thank you yery much~

and this is the test result ![predictions](https://user-images.githubusercontent.com/65898238/112716597-3a9d9d00-8f22-11eb-92e9-321f3814507f.jpg) ![predictions](https://user-images.githubusercontent.com/65898238/112716668-aaac2300-8f22-11eb-9a42-c9cbe187173d.jpg) ![predictions](https://user-images.githubusercontent.com/65898238/112716686-c31c3d80-8f22-11eb-9627-7e380c7c4f1e.jpg)

@WongKinYiu this is my xml. ``` E:\Desk\demo 02_20201017135000_2.jpg E:\Desk\demo\02_20201017135000_2.jpg desk 1920 1080 3 0 studentDesk Unspecified 0 0 1162 858 1499 1061 ``` this is my .txt label 0 0.69296875...

latest. https://github.com/WongKinYiu/ScaledYOLOv4/issues/8

你好,朋友!非常乐于与你交流,我最近打算修改这个代码作为我的毕业论文。 Hi,guy! I am very happy to communicate with you. I recently plan to modify this code as my graduation thesis. I have successed convert the .pt to weights. 一开始没仔细看,后来我在代码中也找到这个函数了。他已经写好了这个convert函数。...

Oh! 你的问题和我一模一样!这是你用转换后的weights测试的结果吗? Your question is exactly the same as mine!Is this the result of your test with the converted weights? you can see this https://github.com/WongKinYiu/ScaledYOLOv4/issues/205 原谅我学的不好,我不能确定是不是NMS的问题。我觉得与NMS没有关系。我正在拿darknet训练yolo-csp。我想看看是否有不一样的结果。 Forgive me for not...

@WongKinYiu 谢谢您的解答,我还是太菜了。。 意思这个代码中的convert是只能转成在pytorch中的weights,不能在darknet中有效运行,是这个意思吗? Thank you for your answer, I'm still too good at it. . It means that the convert in this code can only be converted into weights in...

> @WongKinYiu Ok this is what happened. I converted the pt file to weights file using the convert function and tried detect.py using the weights and cfg file in this...

I just used the yolov4-csp.cfg in the repo.I didn’t make any change.Try again.I will share the cfg later.