Please make sure that this is an issue related to performance of THE-CROSS
System information
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS Big Sur ( Version 11.6 )
Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: X
Python version: 3.8
CUDA/cuDNN version: X
GPU model and memory: Radeon Pro 560X 4GB
Describe the current behavior
After installing the program, I started the server. After that, Camera had a problem in the process of running the client and ended.
Describe the expected behavior
1) Follow the installation in ReadMe
2) Open DetectorServer
3) Open client
4) ERROR OCCURRED
Other info / logs Include any logs or source code that would be helpful to
diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached.
(cross) ➜ THE-CROSS git:(main) ✗ python main.py
2021-10-24 21:58:58.451019: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 FMA
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
Traceback (most recent call last):
File "main.py", line 650, in <module>
window = Main()
File "main.py", line 88, in __init__
self.CAMERA_PREPARING_IMG_L = cvImgToQtImg(cv2.imread(IMAGE_PATH + "camera_preparing.png"), CAMERA_W)
File "/Users/jlim/Projects/THE-CROSS/ImageUtils.py", line 9, in cvImgToQtImg
cvImage = resizeCVIMG(cvImage, W)
File "/Users/jlim/Projects/THE-CROSS/ImageUtils.py", line 18, in resizeCVIMG
ratio = W / cvImage.shape[1]
AttributeError: 'NoneType' object has no attribute 'shape'
Please make sure that this is an issue related to performance of THE-CROSS
System information
Describe the current behavior After installing the program, I started the server. After that, Camera had a problem in the process of running the client and ended.
Describe the expected behavior 1) Follow the installation in ReadMe 2) Open DetectorServer 3) Open client 4) ERROR OCCURRED
Other info / logs Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.