eriklindernoren / PyTorch-YOLOv3

Minimal PyTorch implementation of YOLOv3
GNU General Public License v3.0
7.29k stars 2.64k forks source link

for Linux?or for windows? #839

Closed JiaQiMark closed 11 months ago

JiaQiMark commented 11 months ago

What I'm trying to do

What I've tried

Additional context

jaagut commented 11 months ago

Both are supported. However, we mainly test and run CI on Ubuntu Linux. We have heard of many people running this software successfully under Windows.

JiaQiMark commented 11 months ago

OK, Thank you. This can be run directly on Ubuntu, but it needs to be adapted if on windows

Flova commented 11 months ago

We have some limited testing also for Windows in our CI. So running the core components under Windows should be fine without any adjustments. Some scripts (e.g. the one that downloads the weights) are written in bash and require some Linux tooling (see #714). But if you download the weights or coco by hand you should be fine.

JiaQiMark commented 11 months ago

We have some limited testing also for Windows in our CI. So running the core components under Windows should be fine without any adjustments. Some scripts (e.g. the one that downloads the weights) are written in bash and require some Linux tooling (see #714). But if you download the weights or coco by hand you should be fine.

when I execute the detect.py under windows, nothing happened

Flova commented 11 months ago

No printout what so ever?

Flova commented 11 months ago

If this is a case open an issue with your os, installation etc details as requested by the template.