i am getting this error while importing modelbuilder any solution
**cannot import name 'inception_resnet_v2' from 'nets' (C:\Users\Abdul Samad\sign_2_Text\tensor1\lib\site-packages\nets_init_.py)
**
TL:DR: If you get the Problem "ImportError: No module named cv2" or similar, it could be because your virtual enviroment does not yet have the library. you might need to install the needed libraries (opencv and numpy) locally in your virtual env. via command prompt.
I already solved this problem by...
Hi everybody!
First of all thank you a lot for sharing your insights! The course was really fun!
Since i am not that experienced when it comes to coding, i just copy-pasted the command promts from the installation instructions
and if i am not mistaken, there seems to have been a little spelling mist...
while running pyrcc5 -o libs/resources.py resources.qrc, I ran in to this error:
'pyrcc5' is not recognized as an internal or external command, operable program or batch file.
So I looked online and found a solution to give the full directories (here). I changed the code into
if os.name =='nt': !c...
While running the command for training the model,
I get this error-
ValueError: mutable default <class 'official.modeling.optimization.configs.optimizer_config.SGDConfig'> for field sgd is not allowed: use default_factory
C:\Users\lemon\FireSense\TensorFlowDetect\tfod\Lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
C:\Users\lemon\FireSense\TensorFlowDetect\tfod\Lib\site-packages\setuptoo...
There is an upgraded code, that could be useful to others.
I am using both USB and an integrated laptop camera.
In the upgraded code, the image capture screen with the label will appear, where the user must click t to capture an image
def find_camera_index():
index = 0
while True:
c...