google / hypernerf

Code for "HyperNeRF: A Higher-Dimensional Representation for Topologically Varying Neural Radiance Fields".
https://hypernerf.github.io
Apache License 2.0
895 stars 105 forks source link

cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline' #53

Open Zvyozdo4ka opened 9 months ago

Zvyozdo4ka commented 9 months ago

During training i had this problem

cv.gapi.wip.GStreamerPipeline = cv.gapi_wip_gst_GStreamerPipeline
AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline' (most likely due to a circular import)

It can be solved by:

pip install opencv-python-headless==4.5.3.56