Xtreme-Vision
Xtreme-Vision copied to clipboard
A High Level Python Library to empower students, developers to build applications and systems enabled with computer vision capabilities.
Hello, Pose estimation with the CDCL model gives the following errors:Traceback (most recent call last): File "PoseEstimation.py", line 11, in model.Detect_From_Image(input_path = infile, File "/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/xtreme_vision/Estimation/__init__.py", line 96, in Detect_From_Image _...
hello guys, i want to run pose_estimation.py file . But, when code enter to method predict() of class PoseEstimation: `def predict(self, img:np.ndarray, output_path:str, debug=True):` **(more code here)** joint_heatmap = np.squeeze(joint_heatmap.numpy())...
Hello, I get the following error when running the examples:ImportError: cannot import name 'BatchNormalization' from 'tensorflow.python.keras.layers' (/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/tensorflow/python/keras/layers/__init__.py) Thanks
how to make it work with webcam video?