apatsekin
apatsekin
Hey guys! A bit confused on how to properly set a PIP dependency for my package if it depends on OpenCV. README clearly states: > There are four different packages...
It would be great if you guys add just a simple inference.py script that takes img_file, model_config file and outputs predictions for that.
Hey guys! If I combine two examples from Tutorial: 1. to create Spark dataframe with Petastorm schema 2. then try to convert it to TF Dataset Numpy array field during...
### System Information OpenCV version: 4.6.0 Operating System / Platform: Ubuntu 20.04 Python 3.8.10 (default, Jun 22 2022, 20:18:18) ### Detailed description `cv2.readNet().forward()` produces wrong results using manually built OpenCV...
According to [this Issue](https://github.com/gorakhargosh/watchdog/issues/63), it should be fixed. However, I'm getting an error while trying to listen to the same folder from two different observers: ``` observer = Observer() input_dir...