We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce897a commit d25de50Copy full SHA for d25de50
README.md
@@ -1,7 +1,10 @@
1
# Fork of [deepcam-cn/yolov5-face](https://github.com/deepcam-cn/yolov5-face)
2
3
-* Added [requirements.txt](requirements.txt) file.
4
-* Fixed deprecations:
+Differences between original repository and fork:
+
5
+* Compatibility with PyTorch >=2.0
6
+* Installation with [requirements.txt](requirements.txt) file.
7
+* No deprecations. The following deprecations has been fixed:
8
* UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument.
9
10
# Installation
0 commit comments