dog-qiuqiu / FastestDet

:zap: A newly designed ultra lightweight anchor free target detection algorithm, weight only 250K parameters, reduces the time consumption by 10% compared with yolo-fastest, and the post-processing is simpler
BSD 3-Clause "New" or "Revised" License
768 stars 131 forks source link

The require.txt file is missing #2

Closed dankernel closed 2 years ago

dankernel commented 2 years ago

Thanks for your contribution!

The require.txt file is missing. Please check and upload.

Grabber commented 2 years ago

requirements.txt

certifi==2022.6.15
charset-normalizer==2.1.0
cycler==0.11.0
fonttools==4.33.3
idna==3.3
kiwisolver==1.4.3
matplotlib==3.5.2
numpy==1.23.0
opencv-python==4.6.0.66
packaging==21.3
Pillow==9.2.0
pycocotools==2.0.4
pyparsing==3.0.9
python-dateutil==2.8.2
PyYAML==6.0
requests==2.28.1
six==1.16.0
torch==1.12.0
torchsummary==1.5.1
torchvision==0.13.0
tqdm==4.64.0
typing_extensions==4.3.0
urllib3==1.26.9
dankernel commented 2 years ago

Fixed https://github.com/dog-qiuqiu/FastestDet/commit/604c20b7f49955fd233e83f67a76aef4a736ce65. thank you.