Spaces:
Sleeping
Sleeping
full precision
Browse files
app.py
CHANGED
|
@@ -25,8 +25,8 @@ from hls_download import download_clips
|
|
| 25 |
|
| 26 |
plt.style.use('dark_background')
|
| 27 |
|
| 28 |
-
|
| 29 |
-
onnx_file = hf_hub_download(repo_id="dylanplummer/ropenet", filename="nextjump_fp16.onnx", repo_type="model", token=os.environ['DATASET_SECRET'])
|
| 30 |
# model_xml = hf_hub_download(repo_id="dylanplummer/ropenet", filename="model.xml", repo_type="model", token=os.environ['DATASET_SECRET'])
|
| 31 |
# hf_hub_download(repo_id="dylanplummer/ropenet", filename="model.mapping", repo_type="model", token=os.environ['DATASET_SECRET'])
|
| 32 |
#model_xml = "model_ir/model.xml"
|
|
|
|
| 25 |
|
| 26 |
plt.style.use('dark_background')
|
| 27 |
|
| 28 |
+
onnx_file = hf_hub_download(repo_id="dylanplummer/ropenet", filename="nextjump.onnx", repo_type="model", token=os.environ['DATASET_SECRET'])
|
| 29 |
+
#onnx_file = hf_hub_download(repo_id="dylanplummer/ropenet", filename="nextjump_fp16.onnx", repo_type="model", token=os.environ['DATASET_SECRET'])
|
| 30 |
# model_xml = hf_hub_download(repo_id="dylanplummer/ropenet", filename="model.xml", repo_type="model", token=os.environ['DATASET_SECRET'])
|
| 31 |
# hf_hub_download(repo_id="dylanplummer/ropenet", filename="model.mapping", repo_type="model", token=os.environ['DATASET_SECRET'])
|
| 32 |
#model_xml = "model_ir/model.xml"
|