igor-yusupov / rusty-yolo

Apache License 2.0
13 stars 3 forks source link

update tch version #8

Open dancixx opened 1 year ago

dancixx commented 1 year ago

Can you please update the tch version? I cant be build using the latest libtorch.

Do you have a plan to support yolov8?

Thanks for your work. :)

igor-yusupov commented 1 year ago

Done. Sorry for the late answer, please check :)

dancixx commented 1 year ago

Thanks, I will test is soon. :)

dancixx commented 1 year ago

@igor-yusupov I think the old tch version is using some deprecated methods. Képernyőfotó 2023-10-23 - 19 02 37

igor-yusupov commented 1 year ago

I got it. I have downgraded version back. I will try to fix this asap

dancixx commented 1 year ago

What do you think, this will work with yolov8 too? I spent a lot of time with frameworks like a candle, tch, ort, opencv but the inference hasn't worked. :|

igor-yusupov commented 1 year ago

I guess if yolov8 has the same output as yolov5 then it will work. but I didn't work with yolov8 so I can't answer. by the way my repo rely on tch :)

ryankopf commented 1 year ago

Should be fixed in https://github.com/igor-yusupov/rusty-yolo/pull/9

igor-yusupov commented 1 year ago

@dancixx Can you please check if that PR works correctly? I will merge it if it is OK.