Level : WORDPRESS BOOK LINKEDIN PATENT Send Mail 동냥하기 hajunho.com

반응형

https://github.com/tensorflow/models

AI  brew install protoc

Cellar is not writable. You should change the
ownership and permissions of

sudo chown -R $USER:admin /usr/local /Library/Caches/Homebrew

AI/models-master/research

brew tap homebrew/versions
brew install protobuf241

usr/local/Homebrew/.git/FETCH_HEAD: Permission denied


sudo chown -R $(whoami):admin /usr/local/Homebrew/.git

ermission denied
fatal: cannot create directory at 'Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/rubocop-rspec-1.37.0': Permission denied
error: cannot rebase: You have unstaged changes.
error: Please commit or stash them.
To restore the stashed changes to /usr/local/Homebrew run:
  'cd /usr/local/Homebrew && git stash pop'
Error: homebrew/versions was deprecated. This tap is now empty as all its formulae were migrated.
 ✘ junhoha  ~  sudo chown -R $(whoami):admin /usr/local/Homebrew/

Error: homebrew/versions was deprecated. This tap is now empty as all its formulae were migrated.

brew install protobuf241


==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.


✘ junhoha  ~  rm -rf /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core; brew update
Already up-to-date.
 junhoha  ~  brew install protobuf241

==> Tapping homebrew/core
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
remote: Enumerating objects: 5092, done.
remote: Counting objects: 100% (5092/5092), done.
remote: Compressing objects: 100% (4888/4888), done.
remote: Total 5092 (delta 50), reused 314 (delta 8), pack-reused 0
Receiving objects: 100% (5092/5092), 4.13 MiB | 2.90 MiB/s, done.
Resolving deltas: 100% (50/50), done.

 ✘ junhoha  ~  brew install protobuf

Error: The following directories are not writable by your user:
/usr/local/etc/bash_completion.d
/usr/local/share/doc
/usr/local/share/man
/usr/local/share/man/man1
/usr/local/share/zsh
/usr/local/share/zsh/site-functions

You should change the ownership of these directories to your user.
  sudo chown -R $(whoami) /usr/local/etc/bash_completion.d /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/zsh /usr/local/share/zsh/site-functions

And make sure that your user has write permission.
  chmod u+w /usr/local/etc/bash_completion.d /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/zsh /usr/local/share/zsh/site-functions
 ✘ junhoha  ~  !chown
zsh: event not found: chown
 ✘ junhoha  ~  sudo chown -R $(whoami):admin /usr/local/etc
Password:
 junhoha  ~  sudo chown -R $(whoami):admin /usr/local/share
 junhoha  ~  brew install protobuf


==> Downloading https://homebrew.bintray.com/bottles/protobuf-3.11.1.catalina.bo
==> Downloading from https://akamai.bintray.com/34/34e7c02caf05fc97635455eee47e4
######################################################################## 100.0%
==> Pouring protobuf-3.11.1.catalina.bottle.tar.gz
🍺  /usr/local/Cellar/protobuf/3.11.1: 268 files, 19.6MB



AI/models-master/research  python setup.py build

running build
running build_py
creating build
creating build/lib
creating build/lib/object_detection
copying object_detection/exporter_test.py -> build/lib/object_detection
copying object_detection/export_tflite_ssd_graph_lib.py -> build/lib/object_detection
copying object_detection/model_lib.py -> build/lib/object_detection
copying object_detection/model_lib_test.py -> build/lib/object_detection
copying object_detection/exporter.py -> build/lib/object_detection
copying object_detection/model_lib_v2_test.py -> build/lib/object_detection
copying object_detection/__init__.py -> build/lib/object_detection
copying object_detection/eval_util_test.py -> build/lib/object_detection
copying object_detection/export_tflite_ssd_graph_lib_test.py -> build/lib/object_detection
copying object_detection/eval_util.py -> build/lib/object_detection
copying object_detection/inputs.py -> build/lib/object_detection
copying object_detection/export_tflite_ssd_graph.py -> build/lib/object_detection
copying object_detection/model_hparams.py -> build/lib/object_detection
copying object_detection/inputs_test.py -> build/lib/object_detection
copying object_detection/model_main.py -> build/lib/object_detection
copying object_detection/model_tpu_main.py -> build/lib/object_detection
copying object_detection/model_lib_v2.py -> build/lib/object_detection
copying object_detection/export_inference_graph.py -> build/lib/object_detection
creating build/lib/object_detection/metrics
copying object_detection/metrics/coco_tools.py -> build/lib/object_detection/metrics
copying object_detection/metrics/oid_vrd_challenge_evaluation_utils.py -> build/lib/object_detection/metrics
copying object_detection/metrics/oid_vrd_challenge_evaluation.py -> build/lib/object_detection/metrics
copying object_detection/metrics/calibration_metrics_test.py -> build/lib/object_detection/metrics
copying object_detection/metrics/calibration_evaluation_test.py -> build/lib/object_detection/metrics
copying object_detection/metrics/tf_example_parser_test.py -> build/lib/object_detection/metrics
copying object_detection/metrics/offline_eval_map_corloc_test.py -> build/lib/object_detection/metrics
copying object_detection/metrics/calibration_evaluation.py -> build/lib/object_detection/metrics
copying object_detection/metrics/tf_example_parser.py -> build/lib/object_detection/metrics
copying object_detection/metrics/__init__.py -> build/lib/object_detection/metrics
copying object_detection/metrics/oid_challenge_evaluation_utils_test.py -> build/lib/object_detection/metrics
copying object_detection/metrics/coco_evaluation.py -> build/lib/object_detection/metrics
copying object_detection/metrics/oid_vrd_challenge_evaluation_utils_test.py -> build/lib/object_detection/metrics
copying object_detection/metrics/coco_tools_test.py -> build/lib/object_detection/metrics
copying object_detection/metrics/offline_eval_map_corloc.py -> build/lib/object_detection/metrics
copying object_detection/metrics/io_utils.py -> build/lib/object_detection/metrics
copying object_detection/metrics/oid_challenge_evaluation_utils.py -> build/lib/object_detection/metrics
copying object_detection/metrics/coco_evaluation_test.py -> build/lib/object_detection/metrics
copying object_detection/metrics/calibration_metrics.py -> build/lib/object_detection/metrics
copying object_detection/metrics/oid_challenge_evaluation.py -> build/lib/object_detection/metrics
creating build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/faster_rcnn_meta_arch.py -> build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/rfcn_meta_arch_test.py -> build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/ssd_meta_arch_test_lib.py -> build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/__init__.py -> build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/faster_rcnn_meta_arch_test_lib.py -> build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/ssd_meta_arch_test.py -> build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/faster_rcnn_meta_arch_test.py -> build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/rfcn_meta_arch.py -> build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/ssd_meta_arch.py -> build/lib/object_detection/meta_architectures
creating build/lib/object_detection/tpu_exporters
copying object_detection/tpu_exporters/export_saved_model_tpu_lib_test.py -> build/lib/object_detection/tpu_exporters
copying object_detection/tpu_exporters/utils_test.py -> build/lib/object_detection/tpu_exporters
copying object_detection/tpu_exporters/ssd.py -> build/lib/object_detection/tpu_exporters
copying object_detection/tpu_exporters/faster_rcnn.py -> build/lib/object_detection/tpu_exporters
copying object_detection/tpu_exporters/__init__.py -> build/lib/object_detection/tpu_exporters
copying object_detection/tpu_exporters/export_saved_model_tpu.py -> build/lib/object_detection/tpu_exporters
copying object_detection/tpu_exporters/utils.py -> build/lib/object_detection/tpu_exporters
copying object_detection/tpu_exporters/export_saved_model_tpu_lib.py -> build/lib/object_detection/tpu_exporters
creating build/lib/object_detection/protos
copying object_detection/protos/pipeline_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/string_int_label_map_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/keypoint_box_coder_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/train_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/square_box_coder_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/argmax_matcher_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/region_similarity_calculator_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/box_predictor_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/faster_rcnn_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/grid_anchor_generator_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/matcher_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/__init__.py -> build/lib/object_detection/protos
copying object_detection/protos/bipartite_matcher_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/image_resizer_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/calibration_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/target_assigner_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/ssd_anchor_generator_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/preprocessor_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/eval_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/graph_rewriter_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/flexible_grid_anchor_generator_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/faster_rcnn_box_coder_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/mean_stddev_box_coder_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/anchor_generator_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/box_coder_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/model_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/optimizer_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/hyperparams_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/losses_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/input_reader_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/multiscale_anchor_generator_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/post_processing_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/ssd_pb2.py -> build/lib/object_detection/protos
creating build/lib/object_detection/core
copying object_detection/core/target_assigner.py -> build/lib/object_detection/core
copying object_detection/core/prefetcher_test.py -> build/lib/object_detection/core
copying object_detection/core/data_decoder.py -> build/lib/object_detection/core
copying object_detection/core/matcher.py -> build/lib/object_detection/core
copying object_detection/core/freezable_batch_norm_test.py -> build/lib/object_detection/core
copying object_detection/core/box_list_ops_test.py -> build/lib/object_detection/core
copying object_detection/core/balanced_positive_negative_sampler_test.py -> build/lib/object_detection/core
copying object_detection/core/preprocessor_cache.py -> build/lib/object_detection/core
copying object_detection/core/batch_multiclass_nms_test.py -> build/lib/object_detection/core
copying object_detection/core/box_coder.py -> build/lib/object_detection/core
copying object_detection/core/batcher_test.py -> build/lib/object_detection/core
copying object_detection/core/__init__.py -> build/lib/object_detection/core
copying object_detection/core/standard_fields.py -> build/lib/object_detection/core
copying object_detection/core/box_list_test.py -> build/lib/object_detection/core
copying object_detection/core/minibatch_sampler.py -> build/lib/object_detection/core
copying object_detection/core/preprocessor.py -> build/lib/object_detection/core
copying object_detection/core/data_parser.py -> build/lib/object_detection/core
copying object_detection/core/prefetcher.py -> build/lib/object_detection/core
copying object_detection/core/box_list_ops.py -> build/lib/object_detection/core
copying object_detection/core/model.py -> build/lib/object_detection/core
copying object_detection/core/anchor_generator.py -> build/lib/object_detection/core
copying object_detection/core/minibatch_sampler_test.py -> build/lib/object_detection/core
copying object_detection/core/preprocessor_test.py -> build/lib/object_detection/core
copying object_detection/core/keypoint_ops_test.py -> build/lib/object_detection/core
copying object_detection/core/box_predictor.py -> build/lib/object_detection/core
copying object_detection/core/balanced_positive_negative_sampler.py -> build/lib/object_detection/core
copying object_detection/core/freezable_batch_norm.py -> build/lib/object_detection/core
copying object_detection/core/target_assigner_test.py -> build/lib/object_detection/core
copying object_detection/core/box_list.py -> build/lib/object_detection/core
copying object_detection/core/post_processing.py -> build/lib/object_detection/core
copying object_detection/core/losses.py -> build/lib/object_detection/core
copying object_detection/core/region_similarity_calculator.py -> build/lib/object_detection/core
copying object_detection/core/box_coder_test.py -> build/lib/object_detection/core
copying object_detection/core/class_agnostic_nms_test.py -> build/lib/object_detection/core
copying object_detection/core/losses_test.py -> build/lib/object_detection/core
copying object_detection/core/keypoint_ops.py -> build/lib/object_detection/core
copying object_detection/core/region_similarity_calculator_test.py -> build/lib/object_detection/core
copying object_detection/core/batcher.py -> build/lib/object_detection/core
copying object_detection/core/multiclass_nms_test.py -> build/lib/object_detection/core
copying object_detection/core/matcher_test.py -> build/lib/object_detection/core
creating build/lib/object_detection/builders
copying object_detection/builders/optimizer_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/graph_rewriter_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/input_reader_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/optimizer_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/graph_rewriter_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/model_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/box_predictor_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/matcher_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/model_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/box_coder_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/preprocessor_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/post_processing_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/dataset_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/matcher_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/preprocessor_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/region_similarity_calculator_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/post_processing_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/calibration_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/__init__.py -> build/lib/object_detection/builders
copying object_detection/builders/hyperparams_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/input_reader_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/dataset_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/image_resizer_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/anchor_generator_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/anchor_generator_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/box_predictor_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/region_similarity_calculator_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/image_resizer_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/target_assigner_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/hyperparams_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/losses_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/losses_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/calibration_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/box_coder_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/target_assigner_builder.py -> build/lib/object_detection/builders
creating build/lib/object_detection/legacy
copying object_detection/legacy/trainer_test.py -> build/lib/object_detection/legacy
copying object_detection/legacy/__init__.py -> build/lib/object_detection/legacy
copying object_detection/legacy/train.py -> build/lib/object_detection/legacy
copying object_detection/legacy/trainer.py -> build/lib/object_detection/legacy
copying object_detection/legacy/eval.py -> build/lib/object_detection/legacy
copying object_detection/legacy/evaluator.py -> build/lib/object_detection/legacy
creating build/lib/object_detection/predictors
copying object_detection/predictors/convolutional_box_predictor_test.py -> build/lib/object_detection/predictors
copying object_detection/predictors/mask_rcnn_box_predictor.py -> build/lib/object_detection/predictors
copying object_detection/predictors/rfcn_box_predictor.py -> build/lib/object_detection/predictors
copying object_detection/predictors/convolutional_keras_box_predictor_test.py -> build/lib/object_detection/predictors
copying object_detection/predictors/__init__.py -> build/lib/object_detection/predictors
copying object_detection/predictors/mask_rcnn_keras_box_predictor.py -> build/lib/object_detection/predictors
copying object_detection/predictors/rfcn_keras_box_predictor_test.py -> build/lib/object_detection/predictors
copying object_detection/predictors/rfcn_keras_box_predictor.py -> build/lib/object_detection/predictors
copying object_detection/predictors/convolutional_keras_box_predictor.py -> build/lib/object_detection/predictors
copying object_detection/predictors/rfcn_box_predictor_test.py -> build/lib/object_detection/predictors
copying object_detection/predictors/mask_rcnn_keras_box_predictor_test.py -> build/lib/object_detection/predictors
copying object_detection/predictors/mask_rcnn_box_predictor_test.py -> build/lib/object_detection/predictors
copying object_detection/predictors/convolutional_box_predictor.py -> build/lib/object_detection/predictors
creating build/lib/object_detection/utils
copying object_detection/utils/visualization_utils.py -> build/lib/object_detection/utils
copying object_detection/utils/autoaugment_utils.py -> build/lib/object_detection/utils
copying object_detection/utils/label_map_util_test.py -> build/lib/object_detection/utils
copying object_detection/utils/metrics.py -> build/lib/object_detection/utils
copying object_detection/utils/np_mask_ops_test.py -> build/lib/object_detection/utils
copying object_detection/utils/test_utils.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_list_test.py -> build/lib/object_detection/utils
copying object_detection/utils/learning_schedules.py -> build/lib/object_detection/utils
copying object_detection/utils/context_manager.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_list_ops.py -> build/lib/object_detection/utils
copying object_detection/utils/spatial_transform_ops.py -> build/lib/object_detection/utils
copying object_detection/utils/learning_schedules_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_mask_list_test.py -> build/lib/object_detection/utils
copying object_detection/utils/per_image_evaluation_test.py -> build/lib/object_detection/utils
copying object_detection/utils/model_util.py -> build/lib/object_detection/utils
copying object_detection/utils/variables_helper.py -> build/lib/object_detection/utils
copying object_detection/utils/category_util_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_list_ops_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_ops_test.py -> build/lib/object_detection/utils
copying object_detection/utils/config_util_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_list.py -> build/lib/object_detection/utils
copying object_detection/utils/patch_ops_test.py -> build/lib/object_detection/utils
copying object_detection/utils/object_detection_evaluation_test.py -> build/lib/object_detection/utils
copying object_detection/utils/dataset_util_test.py -> build/lib/object_detection/utils
copying object_detection/utils/shape_utils.py -> build/lib/object_detection/utils
copying object_detection/utils/variables_helper_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_mask_list.py -> build/lib/object_detection/utils
copying object_detection/utils/static_shape_test.py -> build/lib/object_detection/utils
copying object_detection/utils/__init__.py -> build/lib/object_detection/utils
copying object_detection/utils/metrics_test.py -> build/lib/object_detection/utils
copying object_detection/utils/json_utils_test.py -> build/lib/object_detection/utils
copying object_detection/utils/per_image_evaluation.py -> build/lib/object_detection/utils
copying object_detection/utils/np_mask_ops.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_ops.py -> build/lib/object_detection/utils
copying object_detection/utils/test_case.py -> build/lib/object_detection/utils
copying object_detection/utils/ops.py -> build/lib/object_detection/utils
copying object_detection/utils/patch_ops.py -> build/lib/object_detection/utils
copying object_detection/utils/label_map_util.py -> build/lib/object_detection/utils
copying object_detection/utils/spatial_transform_ops_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_mask_list_ops_test.py -> build/lib/object_detection/utils
copying object_detection/utils/per_image_vrd_evaluation_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_mask_list_ops.py -> build/lib/object_detection/utils
copying object_detection/utils/dataset_util.py -> build/lib/object_detection/utils
copying object_detection/utils/ops_test.py -> build/lib/object_detection/utils
copying object_detection/utils/visualization_utils_test.py -> build/lib/object_detection/utils
copying object_detection/utils/per_image_vrd_evaluation.py -> build/lib/object_detection/utils
copying object_detection/utils/object_detection_evaluation.py -> build/lib/object_detection/utils
copying object_detection/utils/json_utils.py -> build/lib/object_detection/utils
copying object_detection/utils/static_shape.py -> build/lib/object_detection/utils
copying object_detection/utils/context_manager_test.py -> build/lib/object_detection/utils
copying object_detection/utils/config_util.py -> build/lib/object_detection/utils
copying object_detection/utils/category_util.py -> build/lib/object_detection/utils
copying object_detection/utils/model_util_test.py -> build/lib/object_detection/utils
copying object_detection/utils/vrd_evaluation_test.py -> build/lib/object_detection/utils
copying object_detection/utils/vrd_evaluation.py -> build/lib/object_detection/utils
copying object_detection/utils/test_utils_test.py -> build/lib/object_detection/utils
copying object_detection/utils/shape_utils_test.py -> build/lib/object_detection/utils
creating build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v1_ppn_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v2_keras_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_mobilenet_v1_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_pnasnet_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v2_fpn_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v3_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_pnas_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_inception_v3_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_resnet_v1_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v1_fpn_keras_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v3_feature_extractor_testbase.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_inception_resnet_v2_keras_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_inception_v3_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/embedded_ssd_mobilenet_v1_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v2_fpn_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v1_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v1_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_pnasnet_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/feature_map_generators_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_inception_v2_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_resnet_v1_fpn_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_inception_resnet_v2_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_edgetpu_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_pnas_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_inception_v2_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/__init__.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_mobilenet_v1_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_inception_resnet_v2_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_inception_v2_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_inception_resnet_v2_keras_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/embedded_ssd_mobilenet_v1_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_resnet_v1_fpn_feature_extractor_testbase.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_nas_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_edgetpu_feature_extractor_testbase.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v1_ppn_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_resnet_v1_ppn_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_resnet_v1_ppn_feature_extractor_testbase.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v1_keras_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_resnet_v1_ppn_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v2_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_resnet_v1_fpn_keras_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_inception_v2_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_edgetpu_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/feature_map_generators.py -> build/lib/object_detection/models
copying object_detection/models/ssd_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v1_fpn_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v3_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v2_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_resnet_v1_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v1_fpn_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_nas_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_resnet_v1_fpn_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v2_fpn_keras_feature_extractor.py -> build/lib/object_detection/models
creating build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/flexible_grid_anchor_generator_test.py -> build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/multiscale_grid_anchor_generator_test.py -> build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/grid_anchor_generator_test.py -> build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/multiscale_grid_anchor_generator.py -> build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/__init__.py -> build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/flexible_grid_anchor_generator.py -> build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/multiple_grid_anchor_generator_test.py -> build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/multiple_grid_anchor_generator.py -> build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/grid_anchor_generator.py -> build/lib/object_detection/anchor_generators
creating build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/oid_hierarchical_labels_expansion_test.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_pascal_tf_record.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/oid_tfrecord_creation.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_kitti_tf_record.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/oid_hierarchical_labels_expansion.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/tf_record_creation_util.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_pascal_tf_record_test.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_oid_tf_record.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/__init__.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_coco_tf_record_test.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/tf_record_creation_util_test.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/oid_tfrecord_creation_test.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_pet_tf_record.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_coco_tf_record.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_kitti_tf_record_test.py -> build/lib/object_detection/dataset_tools
creating build/lib/object_detection/inference
copying object_detection/inference/detection_inference_test.py -> build/lib/object_detection/inference
copying object_detection/inference/detection_inference.py -> build/lib/object_detection/inference
copying object_detection/inference/__init__.py -> build/lib/object_detection/inference
copying object_detection/inference/infer_detections.py -> build/lib/object_detection/inference
creating build/lib/object_detection/data_decoders
copying object_detection/data_decoders/__init__.py -> build/lib/object_detection/data_decoders
copying object_detection/data_decoders/tf_example_decoder_test.py -> build/lib/object_detection/data_decoders
copying object_detection/data_decoders/tf_example_decoder.py -> build/lib/object_detection/data_decoders
creating build/lib/object_detection/matchers
copying object_detection/matchers/bipartite_matcher_test.py -> build/lib/object_detection/matchers
copying object_detection/matchers/__init__.py -> build/lib/object_detection/matchers
copying object_detection/matchers/argmax_matcher_test.py -> build/lib/object_detection/matchers
copying object_detection/matchers/bipartite_matcher.py -> build/lib/object_detection/matchers
copying object_detection/matchers/argmax_matcher.py -> build/lib/object_detection/matchers
creating build/lib/object_detection/box_coders
copying object_detection/box_coders/faster_rcnn_box_coder.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/keypoint_box_coder_test.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/square_box_coder.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/__init__.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/square_box_coder_test.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/keypoint_box_coder.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/faster_rcnn_box_coder_test.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/mean_stddev_box_coder.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/mean_stddev_box_coder_test.py -> build/lib/object_detection/box_coders
creating build/lib/object_detection/tpu_exporters/testdata
copying object_detection/tpu_exporters/testdata/__init__.py -> build/lib/object_detection/tpu_exporters/testdata
creating build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/keras_class_head.py -> build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/keras_box_head_test.py -> build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/mask_head.py -> build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/box_head_test.py -> build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/box_head.py -> build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/keras_mask_head.py -> build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/keypoint_head.py -> build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/keras_box_head.py -> build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/__init__.py -> build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/keypoint_head_test.py -> build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/keras_class_head_test.py -> build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/head.py -> build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/class_head_test.py -> build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/keras_mask_head_test.py -> build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/mask_head_test.py -> build/lib/object_detection/predictors/heads
copying object_detection/predictors/heads/class_head.py -> build/lib/object_detection/predictors/heads
creating build/lib/object_detection/models/keras_models
copying object_detection/models/keras_models/model_utils.py -> build/lib/object_detection/models/keras_models
copying object_detection/models/keras_models/test_utils.py -> build/lib/object_detection/models/keras_models
copying object_detection/models/keras_models/resnet_v1.py -> build/lib/object_detection/models/keras_models
copying object_detection/models/keras_models/inception_resnet_v2.py -> build/lib/object_detection/models/keras_models
copying object_detection/models/keras_models/inception_resnet_v2_test.py -> build/lib/object_detection/models/keras_models
copying object_detection/models/keras_models/resnet_v1_test.py -> build/lib/object_detection/models/keras_models
copying object_detection/models/keras_models/mobilenet_v2.py -> build/lib/object_detection/models/keras_models
copying object_detection/models/keras_models/__init__.py -> build/lib/object_detection/models/keras_models
copying object_detection/models/keras_models/mobilenet_v1_test.py -> build/lib/object_detection/models/keras_models
copying object_detection/models/keras_models/mobilenet_v1.py -> build/lib/object_detection/models/keras_models
copying object_detection/models/keras_models/mobilenet_v2_test.py -> build/lib/object_detection/models/keras_models
running egg_info
creating object_detection.egg-info
writing requirements to object_detection.egg-info/requires.txt
writing object_detection.egg-info/PKG-INFO
writing top-level names to object_detection.egg-info/top_level.txt
writing dependency_links to object_detection.egg-info/dependency_links.txt
writing manifest file 'object_detection.egg-info/SOURCES.txt'
reading manifest file 'object_detection.egg-info/SOURCES.txt'
writing manifest file 'object_detection.egg-info/SOURCES.txt'
 junhoha  ~/Desktop/AI/models-master/research  python setup.py install
running install
error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the
installation directory:

    [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/test-easy-install-34984.write-test'

반응형

'살며 생각하며,' 카테고리의 다른 글

개 발 일 지 059  (0) 2019.12.13
개 발 일 지 058  (0) 2019.12.13
개 발 일 지 056  (0) 2019.12.12
개 발 일 지 055  (0) 2019.12.11
개 발 일 지 054  (0) 2019.12.10
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기