-
I used the transfer learning approach to develop a detection model using the faster_rcnn algorithm.
To evaluate my model, I used the following commands-
!python model_main_tf2.py --model_dir…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [ Yes] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [ Yes] I am rep…
-
(evn_hello) D:\tensorflow1\models\research\object_detection>python train.py --lo
gtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_ince
ption_v2_pets.config
Traceback (m…
-
(sample) C:\sample\models\research\object_detection>python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config
Traceback (most recent cal…
-
(tensorflow1) C:\tensorflow1\models\research\object_detection>python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config
Traceback (most …
-
Hello I trained my data with faster_rcnn_inception_resnet_v2_atrous_coco but when I try to test, it predicts really slow. I can test one image more than 25-30 seconds.
I have 128Gb Rams and Nvidia qu…
-
Hello Dear Seraj, ı have problem
(tensorflow1) C:\tensorflow1\models\research\object_detection>python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_incep…
-
Traceback (most recent call last):
File "model_builder_test.py", line 21, in
from object_detection.builders import model_builder
File "/content/gdrive/My Drive/models/research/object_detec…
-
I am experiencing an issue when running the 'train.py' command.
This error keeps reoccurring:
File "train.py", line 52, in
from object_detection.builders import model_builder
File "C:…
-
I have no idea where I can get the lebel-dict and label-description-dict for `faster_rcnn_inception_resnet_v2_atrous_oid`.
I have implemented the multiple object detector by using `faster_rcnn_ince…