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.
operate.models.weights
setup
1 parent 23dfbd6 commit d84cc3dCopy full SHA for d84cc3d
setup.py
@@ -18,6 +18,10 @@
18
"operate=operate.main:main_entry",
19
],
20
},
21
+ package_data={
22
+ # Include the file in the operate.models.weights package
23
+ "operate.models.weights": ["best.pt"],
24
+ },
25
long_description=long_description, # Add project description here
26
long_description_content_type="text/markdown", # Specify Markdown format
27
# include any other necessary setup options here
0 commit comments