ArtLabss / tennis-tracking

Open-source Monocular Python HawkEye for Tennis
https://www.artlabs.tech
The Unlicense
419 stars 100 forks source link

NHWC data type on CPU #32

Closed Aegislock closed 1 year ago

Aegislock commented 1 year ago

When I run the process.py file with CPU I get this error: Node: 'model_1/max_pooling2d/MaxPool' Default MaxPoolingOp only supports NHWC on device type CPU [[{{node model_1/max_pooling2d/MaxPool}}]] [Op:__inference_predict_function_1861]

Aegislock commented 1 year ago

Sorry, meant predict_video.py

shukkkur commented 1 year ago

@Aegislock Hey there! Unfortunately, the script won't run on CPU. Please switch to GPU or use Google Colab

RylonW commented 9 months ago

sad news! I came up with the same problem.