nicknochnack / TFODCourse

962 stars 922 forks source link

Training and Detection Jupyter notebook #113

Open Upsite-cor opened 2 years ago

Upsite-cor commented 2 years ago

Hello guys, I am stuck at the Do you want to continue [Y/n] part. I am afraid that this part will not allow me to continue to download the rest of the packages. I was wondering if any of you have any idea on how to say yes in order to continue.

Note: first time using jupyter notebook so completely new to this.

image

mastermajorman commented 2 years ago

Simply pass -y argument for wget command

abdulSamad57 commented 1 year ago

@mastermajorman i am getting the error of version conflict and while installation it gives a new error could you guide me i am using python 3.10 and 2.10 tensorflow

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. tf-models-official 2.11.3 requires google-api-python-client>=1.6.7, which is not installed. tf-models-official 2.11.3 requires immutabledict, which is not installed. tf-models-official 2.11.3 requires kaggle>=1.3.9, which is not installed. tf-models-official 2.11.3 requires oauth2client, which is not installed. tf-models-official 2.11.3 requires opencv-python-headless, which is not installed. tf-models-official 2.11.3 requires py-cpuinfo>=3.3.0, which is not installed. tf-models-official 2.11.3 requires sentencepiece, which is not installed. tf-models-official 2.11.3 requires seqeval, which is not installed. tf-models-official 2.11.3 requires tensorflow-datasets, which is not installed. tf-models-official 2.11.3 requires tensorflow-hub>=0.6.0, which is not installed. tf-models-official 2.11.3 requires tensorflow-model-optimization>=0.4.1, which is not installed. tf-models-official 2.11.3 requires tensorflow-text~=2.11.0, which is not installed. apache-beam 2.46.0rc1 requires crcmod<2.0,>=1.7, which is not installed. apache-beam 2.46.0rc1 requires fastavro<2,>=0.23.6, which is not installed. apache-beam 2.46.0rc1 requires fasteners<1.0,>=0.3, which is not installed. apache-beam 2.46.0rc1 requires hdfs<3.0.0,>=2.1.0, which is not installed. apache-beam 2.46.0rc1 requires httplib2<0.22.0,>=0.8, which is not installed. apache-beam 2.46.0rc1 requires objsize<0.7.0,>=0.6.1, which is not installed. apache-beam 2.46.0rc1 requires orjson<4.0, which is not installed. apache-beam 2.46.0rc1 requires proto-plus<2,>=1.7.1, which is not installed. apache-beam 2.46.0rc1 requires pyarrow<10.0.0,>=3.0.0, which is not installed. apache-beam 2.46.0rc1 requires pydot<2,>=1.2.0, which is not installed. apache-beam 2.46.0rc1 requires pymongo<4.0.0,>=3.8.0, which is not installed. apache-beam 2.46.0rc1 requires zstandard<1,>=0.18.0, which is not installed. tensorflow-intel 2.11.1 requires protobuf<3.20,>=3.9.2, but you have protobuf 4.22.1 which is incompatible. tensorboard 2.11.2 requires protobuf<4,>=3.9.2, but you have protobuf 4.22.1 which is incompatible. object-detection 0.1 requires pyparsing==2.4.7, but you have pyparsing 3.0.9 which is incompatible. tf-models-official 2.11.3 requires pyyaml<6.0,>=5.1, but you have pyyaml 6.0 which is incompatible. apache-beam 2.46.0rc1 requires cloudpickle~=2.2.1, but you have cloudpickle 2.0.0 which is incompatible. apache-beam 2.46.0rc1 requires dill<0.3.2,>=0.3.1.1, but you have dill 0.3.4 which is incompatible. apache-beam 2.46.0rc1 requires protobuf<4,>3.12.2, but you have protobuf 4.22.1 which is incompatible.

Upsite-cor commented 1 year ago

Simply pass -y argument for wget command

Thank you so much, sorry for this l8 reply :).