Guest User

Untitled

a guest
Oct 3rd, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.52 KB | None | 0 0
  1. .:
  2. anchor_generators
  3. box_coders
  4. builders
  5. CONTRIBUTING.md
  6. core
  7. data
  8. data_decoders
  9. dataset_tools
  10. dockerfiles
  11. eval_util.py
  12. eval_util_test.py
  13. exporter.py
  14. exporter_test.py
  15. export_inference_graph.py
  16. export_tflite_ssd_graph_lib.py
  17. export_tflite_ssd_graph_lib_test.py
  18. export_tflite_ssd_graph.py
  19. files
  20. g3doc
  21. images
  22. inference
  23. __init__.py
  24. inputs.py
  25. inputs_test.py
  26. legacy
  27. matchers
  28. meta_architectures
  29. metrics
  30. model_hparams.py
  31. model_lib.py
  32. model_lib_test.py
  33. model_main.py
  34. models
  35. model_tpu_main.py
  36. object_detection_tutorial.ipynb
  37. predictors
  38. protos
  39. __pycache__
  40. pycocotools
  41. README.md
  42. samples
  43. ssd_mobilenet_v1_coco_11_06_2017
  44. test_ckpt
  45. test_data
  46. test_images
  47. training
  48. utils
  49.  
  50. ./anchor_generators:
  51. grid_anchor_generator.py
  52. grid_anchor_generator_test.py
  53. __init__.py
  54. multiple_grid_anchor_generator.py
  55. multiple_grid_anchor_generator_test.py
  56. multiscale_grid_anchor_generator.py
  57. multiscale_grid_anchor_generator_test.py
  58. __pycache__
  59.  
  60. ./anchor_generators/__pycache__:
  61. grid_anchor_generator.cpython-36.pyc
  62. __init__.cpython-36.pyc
  63. multiple_grid_anchor_generator.cpython-36.pyc
  64. multiscale_grid_anchor_generator.cpython-36.pyc
  65.  
  66. ./box_coders:
  67. faster_rcnn_box_coder.py
  68. faster_rcnn_box_coder_test.py
  69. __init__.py
  70. keypoint_box_coder.py
  71. keypoint_box_coder_test.py
  72. mean_stddev_box_coder.py
  73. mean_stddev_box_coder_test.py
  74. __pycache__
  75. square_box_coder.py
  76. square_box_coder_test.py
  77.  
  78. ./box_coders/__pycache__:
  79. faster_rcnn_box_coder.cpython-36.pyc
  80. __init__.cpython-36.pyc
  81. keypoint_box_coder.cpython-36.pyc
  82. mean_stddev_box_coder.cpython-36.pyc
  83. square_box_coder.cpython-36.pyc
  84.  
  85. ./builders:
  86. anchor_generator_builder.py
  87. anchor_generator_builder_test.py
  88. box_coder_builder.py
  89. box_coder_builder_test.py
  90. box_predictor_builder.py
  91. box_predictor_builder_test.py
  92. dataset_builder.py
  93. dataset_builder_test.py
  94. graph_rewriter_builder.py
  95. graph_rewriter_builder_test.py
  96. hyperparams_builder.py
  97. hyperparams_builder_test.py
  98. image_resizer_builder.py
  99. image_resizer_builder_test.py
  100. __init__.py
  101. input_reader_builder.py
  102. input_reader_builder_test.py
  103. losses_builder.py
  104. losses_builder_test.py
  105. matcher_builder.py
  106. matcher_builder_test.py
  107. model_builder.py
  108. model_builder_test.py
  109. optimizer_builder.py
  110. optimizer_builder_test.py
  111. post_processing_builder.py
  112. post_processing_builder_test.py
  113. preprocessor_builder.py
  114. preprocessor_builder_test.py
  115. __pycache__
  116. region_similarity_calculator_builder.py
  117. region_similarity_calculator_builder_test.py
  118.  
  119. ./builders/__pycache__:
  120. anchor_generator_builder.cpython-36.pyc
  121. box_coder_builder.cpython-36.pyc
  122. box_predictor_builder.cpython-36.pyc
  123. dataset_builder.cpython-36.pyc
  124. graph_rewriter_builder.cpython-36.pyc
  125. hyperparams_builder.cpython-36.pyc
  126. image_resizer_builder.cpython-36.pyc
  127. __init__.cpython-36.pyc
  128. losses_builder.cpython-36.pyc
  129. matcher_builder.cpython-36.pyc
  130. model_builder.cpython-36.pyc
  131. optimizer_builder.cpython-36.pyc
  132. post_processing_builder.cpython-36.pyc
  133. preprocessor_builder.cpython-36.pyc
  134. region_similarity_calculator_builder.cpython-36.pyc
  135.  
  136. ./core:
  137. anchor_generator.py
  138. balanced_positive_negative_sampler.py
  139. balanced_positive_negative_sampler_test.py
  140. batcher.py
  141. batcher_test.py
  142. box_coder.py
  143. box_coder_test.py
  144. box_list_ops.py
  145. box_list_ops_test.py
  146. box_list.py
  147. box_list_test.py
  148. box_predictor.py
  149. data_decoder.py
  150. data_parser.py
  151. freezable_batch_norm.py
  152. freezable_batch_norm_test.py
  153. __init__.py
  154. keypoint_ops.py
  155. keypoint_ops_test.py
  156. losses.py
  157. losses_test.py
  158. matcher.py
  159. matcher_test.py
  160. minibatch_sampler.py
  161. minibatch_sampler_test.py
  162. model.py
  163. post_processing.py
  164. post_processing_test.py
  165. prefetcher.py
  166. prefetcher_test.py
  167. preprocessor_cache.py
  168. preprocessor.py
  169. preprocessor_test.py
  170. __pycache__
  171. region_similarity_calculator.py
  172. region_similarity_calculator_test.py
  173. standard_fields.py
  174. target_assigner.py
  175. target_assigner_test.py
  176.  
  177. ./core/__pycache__:
  178. anchor_generator.cpython-36.pyc
  179. balanced_positive_negative_sampler.cpython-36.pyc
  180. batcher.cpython-36.pyc
  181. box_coder.cpython-36.pyc
  182. box_list.cpython-36.pyc
  183. box_list_ops.cpython-36.pyc
  184. box_predictor.cpython-36.pyc
  185. data_decoder.cpython-36.pyc
  186. freezable_batch_norm.cpython-36.pyc
  187. __init__.cpython-36.pyc
  188. keypoint_ops.cpython-36.pyc
  189. losses.cpython-36.pyc
  190. matcher.cpython-36.pyc
  191. minibatch_sampler.cpython-36.pyc
  192. model.cpython-36.pyc
  193. post_processing.cpython-36.pyc
  194. prefetcher.cpython-36.pyc
  195. preprocessor_cache.cpython-36.pyc
  196. preprocessor.cpython-36.pyc
  197. region_similarity_calculator.cpython-36.pyc
  198. standard_fields.cpython-36.pyc
  199. target_assigner.cpython-36.pyc
  200.  
  201. ./data:
  202. ava_label_map_v2.1.pbtxt
  203. fgvc_2854_classes_label_map.pbtxt
  204. kitti_label_map.pbtxt
  205. mscoco_label_map.pbtxt
  206. object-detect.pbtxt
  207. oid_bbox_trainable_label_map.pbtxt
  208. oid_object_detection_challenge_500_label_map.pbtxt
  209. pascal_label_map.pbtxt
  210. pet_label_map.pbtxt
  211. test_labels.csv
  212. test.record
  213. train_labels.csv
  214. train.record
  215.  
  216. ./data_decoders:
  217. __init__.py
  218. __pycache__
  219. tf_example_decoder.py
  220. tf_example_decoder_test.py
  221.  
  222. ./data_decoders/__pycache__:
  223. __init__.cpython-36.pyc
  224. tf_example_decoder.cpython-36.pyc
  225.  
  226. ./dataset_tools:
  227. create_coco_tf_record.py
  228. create_coco_tf_record_test.py
  229. create_kitti_tf_record.py
  230. create_kitti_tf_record_test.py
  231. create_oid_tf_record.py
  232. create_pascal_tf_record.py
  233. create_pascal_tf_record_test.py
  234. create_pet_tf_record.py
  235. create_pycocotools_package.sh
  236. download_and_preprocess_mscoco.sh
  237. __init__.py
  238. oid_hierarchical_labels_expansion.py
  239. oid_hierarchical_labels_expansion_test.py
  240. oid_tfrecord_creation.py
  241. oid_tfrecord_creation_test.py
  242. tf_record_creation_util.py
  243. tf_record_creation_util_test.py
  244.  
  245. ./dockerfiles:
  246. android
  247.  
  248. ./dockerfiles/android:
  249. Dockerfile
  250. README.md
  251.  
  252. ./g3doc:
  253. challenge_evaluation.md
  254. configuring_jobs.md
  255. defining_your_own_model.md
  256. detection_model_zoo.md
  257. evaluation_protocols.md
  258. exporting_models.md
  259. faq.md
  260. img
  261. installation.md
  262. instance_segmentation.md
  263. oid_inference_and_evaluation.md
  264. preparing_inputs.md
  265. running_locally.md
  266. running_notebook.md
  267. running_on_cloud.md
  268. running_on_mobile_tensorflowlite.md
  269. running_pets.md
  270. tpu_compatibility.md
  271. using_your_own_dataset.md
  272.  
  273. ./g3doc/img:
  274. dataset_explorer.png
  275. dogs_detections_output.jpg
  276. example_cat.jpg
  277. groupof_case_eval.png
  278. kites_detections_output.jpg
  279. kites_with_segment_overlay.png
  280. nongroupof_case_eval.png
  281. oid_bus_72e19c28aac34ed8.jpg
  282. oid_monkey_3b4168c89cecbc5b.jpg
  283. oxford_pet.png
  284. tensorboard2.png
  285. tensorboard.png
  286. tf-od-api-logo.png
  287.  
  288. ./images:
  289. test
  290. train
  291.  
  292. ./images/test:
  293. 200353082-001.jpg
  294. 200353082-001.xml
  295. A_1_1_1.jpeg
  296. A_1_1_1.xml
  297. A_1_1_2.jpeg
  298. A_1_1_2.xml
  299. A_1_1_3.jpeg
  300. A_1_1_3.xml
  301. A_1_1_4.jpeg
  302. A_1_1_4.xml
  303. A_1_2_1.jpeg
  304. A_1_2_1.xml
  305. A_1_2_2.jpeg
  306. A_1_2_2.xml
  307. A_1_2_3.jpeg
  308. A_1_2_3.xml
  309. A_1_2_4.jpeg
  310. A_1_2_4.xml
  311. A_1_3_1.jpeg
  312. A_1_3_1.xml
  313. A_1_3_2.jpeg
  314. A_1_3_2.xml
  315. A_1_3_3.jpeg
  316. A_1_3_3.xml
  317. A_1_3_4.jpeg
  318. A_1_3_4.xml
  319. A_1_4_1.jpeg
  320. A_1_4_1.xml
  321.  
  322. ./images/train:
  323. A_1_10_1.jpeg
  324. A_1_10_1.xml
  325. A_1_10_2.jpeg
  326. A_1_10_2.xml
  327. A_1_10_3.jpeg
  328. A_1_10_3.xml
  329. A_1_10_4.jpeg
  330. A_1_10_4.xml
  331. A_1_11_1.jpeg
  332. A_1_11_1.xml
  333. A_1_11_2.jpeg
  334. A_1_11_2.xml
  335. A_1_11_3.jpeg
  336. A_1_11_3.xml
  337. A_1_11_4.jpeg
  338. A_1_11_4.xml
  339. A_1_12_1.jpeg
  340. A_1_12_1.xml
  341. A_1_12_2.jpeg
  342. A_1_12_2.xml
  343. A_1_12_3.jpeg
  344. A_1_12_3.xml
  345. A_1_12_4.jpeg
  346. A_1_12_4.xml
  347. A_1_13_1.jpeg
  348. A_1_13_1.xml
  349. A_1_13_2.jpeg
  350. A_1_13_2.xml
  351. A_1_13_3.jpeg
  352. A_1_13_3.xml
  353. A_1_13_4.jpeg
  354. A_1_13_4.xml
  355. A_1_14_1.jpeg
  356. A_1_14_1.xml
  357. A_1_14_2.jpeg
  358. A_1_14_2.xml
  359. A_1_14_3.jpeg
  360. A_1_14_3.xml
  361. A_1_14_4.jpeg
  362. A_1_14_4.xml
  363. A_1_15_4.jpeg
  364. A_1_15_4.xml
  365. A_1_16_1.jpeg
  366. A_1_16_1.xml
  367. A_1_16_2.jpeg
  368. A_1_16_2.xml
  369. A_1_16_3.jpeg
  370. A_1_16_3.xml
  371. A_1_16_4.jpeg
  372. A_1_16_4.xml
  373. A_1_17_1.jpeg
  374. A_1_17_1.xml
  375. A_1_17_2.jpeg
  376. A_1_17_2.xml
  377. A_1_17_3.jpeg
  378. A_1_17_3.xml
  379. A_1_17_4.jpeg
  380. A_1_17_4.xml
  381. A_1_18_1.jpeg
  382. A_1_18_1.xml
  383. A_1_18_2.jpeg
  384. A_1_18_2.xml
  385. A_1_18_3.jpeg
  386. A_1_18_3.xml
  387. A_1_18_4.jpeg
  388. A_1_18_4.xml
  389. A_1_19_1.jpeg
  390. A_1_19_1.xml
  391. A_1_19_2.jpeg
  392. A_1_19_2.xml
  393. A_1_19_3.jpeg
  394. A_1_19_3.xml
  395. A_1_19_4.jpeg
  396. A_1_19_4.xml
  397. A_1_20_2.jpeg
  398. A_1_20_2.xml
  399. A_1_20_4.jpeg
  400. A_1_20_4.xml
  401. A_1_21_1.jpeg
  402. A_1_21_1.xml
  403. A_1_21_2.jpeg
  404. A_1_21_2.xml
  405. A_1_21_3.jpeg
  406. A_1_21_3.xml
  407. A_1_21_4.jpeg
  408. A_1_21_4.xml
  409. A_1_22_1.jpeg
  410. A_1_22_1.xml
  411. A_1_22_2.jpeg
  412. A_1_22_2.xml
  413. A_1_22_3.jpeg
  414. A_1_22_3.xml
  415. A_1_22_4.jpeg
  416. A_1_22_4.xml
  417. A_1_23_1.jpeg
  418. A_1_23_1.xml
  419. A_1_23_2.jpeg
  420. A_1_23_2.xml
  421. A_1_23_3.jpeg
  422. A_1_23_3.xml
  423. A_1_23_4.jpeg
  424. A_1_23_4.xml
  425. A_1_24_1.jpeg
  426. A_1_24_1.xml
  427. A_1_24_2.jpeg
  428. A_1_24_2.xml
  429. A_1_24_3.jpeg
  430. A_1_24_3.xml
  431. A_1_24_4.jpeg
  432. A_1_24_4.xml
  433. A_1_25_1.jpeg
  434. A_1_25_1.xml
  435. A_1_25_2.jpeg
  436. A_1_25_2.xml
  437. A_1_25_3.jpeg
  438. A_1_25_3.xml
  439. A_1_25_4.jpeg
  440. A_1_25_4.xml
  441. A_1_26_1.jpeg
  442. A_1_26_1.xml
  443. A_1_26_2.jpeg
  444. A_1_26_2.xml
  445. A_1_26_3.jpeg
  446. A_1_26_3.xml
  447. A_1_26_4.jpeg
  448. A_1_26_4.xml
  449. A_1_27_1.jpeg
  450. A_1_27_1.xml
  451. A_1_27_2.jpeg
  452. A_1_27_2.xml
  453. A_1_27_3.jpeg
  454. A_1_27_3.xml
  455. A_1_27_4.jpeg
  456. A_1_27_4.xml
  457. A_1_4_2.jpeg
  458. A_1_4_2.xml
  459. A_1_4_3.jpeg
  460. A_1_4_3.xml
  461. A_1_4_4.jpeg
  462. A_1_4_4.xml
  463. A_1_5_1.jpeg
  464. A_1_5_1.xml
  465. A_1_5_2.jpeg
  466. A_1_5_2.xml
  467. A_1_5_3.jpeg
  468. A_1_5_3.xml
  469. A_1_5_4.jpeg
  470. A_1_5_4.xml
  471. A_1_6_1.jpeg
  472. A_1_6_1.xml
  473. A_1_6_2.jpeg
  474. A_1_6_2.xml
  475. A_1_6_3.jpeg
  476. A_1_6_3.xml
  477. A_1_6_4.jpeg
  478. A_1_6_4.xml
  479. A_1_7_1.jpeg
  480. A_1_7_1.xml
  481. A_1_7_2.jpeg
  482. A_1_7_2.xml
  483. A_1_7_3.jpeg
  484. A_1_7_3.xml
  485. A_1_7_4.jpeg
  486. A_1_7_4.xml
  487. A_1_8_1.jpeg
  488. A_1_8_1.xml
  489. A_1_8_2.jpeg
  490. A_1_8_2.xml
  491. A_1_8_3.jpeg
  492. A_1_8_3.xml
  493. A_1_8_4.jpeg
  494. A_1_8_4.xml
  495. A_1_9_1.jpeg
  496. A_1_9_1.xml
  497. A_1_9_2.jpeg
  498. A_1_9_2.xml
  499. A_1_9_3.jpeg
  500. A_1_9_3.xml
  501. A_1_9_4.jpeg
  502. A_1_9_4.xml
  503. black-walnut--juglans-nigra--leafy-twig-with-fruits-523729224-5b395851c9e77c001a29c3f4.jpg
  504. black-walnut--juglans-nigra--leafy-twig-with-fruits-523729224-5b395851c9e77c001a29c3f4.xml
  505. blackwalnut-leaves-nut.JPG
  506. blackwalnut-leaves-nut.xml
  507. California_Blackwalnut.jpg
  508. California_Blackwalnut.xml
  509.  
  510. ./inference:
  511. detection_inference.py
  512. detection_inference_test.py
  513. infer_detections.py
  514. __init__.py
  515.  
  516. ./legacy:
  517. eval.py
  518. evaluator.py
  519. __init__.py
  520. __pycache__
  521. trainer.py
  522. trainer_test.py
  523. train.py
  524.  
  525. ./legacy/__pycache__:
  526. __init__.cpython-36.pyc
  527. trainer.cpython-36.pyc
  528.  
  529. ./matchers:
  530. argmax_matcher.py
  531. argmax_matcher_test.py
  532. bipartite_matcher.py
  533. bipartite_matcher_test.py
  534. __init__.py
  535. __pycache__
  536.  
  537. ./matchers/__pycache__:
  538. argmax_matcher.cpython-36.pyc
  539. bipartite_matcher.cpython-36.pyc
  540. __init__.cpython-36.pyc
  541.  
  542. ./meta_architectures:
  543. faster_rcnn_meta_arch.py
  544. faster_rcnn_meta_arch_test_lib.py
  545. faster_rcnn_meta_arch_test.py
  546. __init__.py
  547. __pycache__
  548. rfcn_meta_arch.py
  549. rfcn_meta_arch_test.py
  550. ssd_meta_arch.py
  551. ssd_meta_arch_test_lib.py
  552. ssd_meta_arch_test.py
  553.  
  554. ./meta_architectures/__pycache__:
  555. faster_rcnn_meta_arch.cpython-36.pyc
  556. __init__.cpython-36.pyc
  557. rfcn_meta_arch.cpython-36.pyc
  558. ssd_meta_arch.cpython-36.pyc
  559.  
  560. ./metrics:
  561. coco_evaluation.py
  562. coco_evaluation_test.py
  563. coco_tools.py
  564. coco_tools_test.py
  565. __init__.py
  566. io_utils.py
  567. offline_eval_map_corloc.py
  568. offline_eval_map_corloc_test.py
  569. oid_od_challenge_evaluation.py
  570. oid_od_challenge_evaluation_utils.py
  571. oid_od_challenge_evaluation_utils_test.py
  572. oid_vrd_challenge_evaluation.py
  573. oid_vrd_challenge_evaluation_utils.py
  574. oid_vrd_challenge_evaluation_utils_test.py
  575. __pycache__
  576. tf_example_parser.py
  577. tf_example_parser_test.py
  578.  
  579. ./metrics/__pycache__:
  580. coco_evaluation.cpython-36.pyc
  581. coco_tools.cpython-36.pyc
  582. __init__.cpython-36.pyc
  583.  
  584. ./models:
  585. embedded_ssd_mobilenet_v1_feature_extractor.py
  586. embedded_ssd_mobilenet_v1_feature_extractor_test.py
  587. faster_rcnn_inception_resnet_v2_feature_extractor.py
  588. faster_rcnn_inception_resnet_v2_feature_extractor_test.py
  589. faster_rcnn_inception_v2_feature_extractor.py
  590. faster_rcnn_inception_v2_feature_extractor_test.py
  591. faster_rcnn_mobilenet_v1_feature_extractor.py
  592. faster_rcnn_mobilenet_v1_feature_extractor_test.py
  593. faster_rcnn_nas_feature_extractor.py
  594. faster_rcnn_nas_feature_extractor_test.py
  595. faster_rcnn_pnas_feature_extractor.py
  596. faster_rcnn_pnas_feature_extractor_test.py
  597. faster_rcnn_resnet_v1_feature_extractor.py
  598. faster_rcnn_resnet_v1_feature_extractor_test.py
  599. feature_map_generators.py
  600. feature_map_generators_test.py
  601. __init__.py
  602. keras_applications
  603. __pycache__
  604. ssd_feature_extractor_test.py
  605. ssd_inception_v2_feature_extractor.py
  606. ssd_inception_v2_feature_extractor_test.py
  607. ssd_inception_v3_feature_extractor.py
  608. ssd_inception_v3_feature_extractor_test.py
  609. ssd_mobilenet_v1_feature_extractor.py
  610. ssd_mobilenet_v1_feature_extractor_test.py
  611. ssd_mobilenet_v1_fpn_feature_extractor.py
  612. ssd_mobilenet_v1_fpn_feature_extractor_test.py
  613. ssd_mobilenet_v1_ppn_feature_extractor.py
  614. ssd_mobilenet_v1_ppn_feature_extractor_test.py
  615. ssd_mobilenet_v2_feature_extractor.py
  616. ssd_mobilenet_v2_feature_extractor_test.py
  617. ssd_mobilenet_v2_fpn_feature_extractor.py
  618. ssd_mobilenet_v2_fpn_feature_extractor_test.py
  619. ssd_mobilenet_v2_keras_feature_extractor.py
  620. ssd_resnet_v1_fpn_feature_extractor.py
  621. ssd_resnet_v1_fpn_feature_extractor_testbase.py
  622. ssd_resnet_v1_fpn_feature_extractor_test.py
  623. ssd_resnet_v1_ppn_feature_extractor.py
  624. ssd_resnet_v1_ppn_feature_extractor_testbase.py
  625. ssd_resnet_v1_ppn_feature_extractor_test.py
  626.  
  627. ./models/keras_applications:
  628. __init__.py
  629. mobilenet_v2.py
  630. mobilenet_v2_test.py
  631.  
  632. ./models/__pycache__:
  633. embedded_ssd_mobilenet_v1_feature_extractor.cpython-36.pyc
  634. faster_rcnn_inception_resnet_v2_feature_extractor.cpython-36.pyc
  635. faster_rcnn_inception_v2_feature_extractor.cpython-36.pyc
  636. faster_rcnn_nas_feature_extractor.cpython-36.pyc
  637. faster_rcnn_pnas_feature_extractor.cpython-36.pyc
  638. faster_rcnn_resnet_v1_feature_extractor.cpython-36.pyc
  639. feature_map_generators.cpython-36.pyc
  640. __init__.cpython-36.pyc
  641. ssd_inception_v2_feature_extractor.cpython-36.pyc
  642. ssd_inception_v3_feature_extractor.cpython-36.pyc
  643. ssd_mobilenet_v1_feature_extractor.cpython-36.pyc
  644. ssd_mobilenet_v1_fpn_feature_extractor.cpython-36.pyc
  645. ssd_mobilenet_v1_ppn_feature_extractor.cpython-36.pyc
  646. ssd_mobilenet_v2_feature_extractor.cpython-36.pyc
  647. ssd_mobilenet_v2_fpn_feature_extractor.cpython-36.pyc
  648. ssd_resnet_v1_fpn_feature_extractor.cpython-36.pyc
  649. ssd_resnet_v1_ppn_feature_extractor.cpython-36.pyc
  650.  
  651. ./predictors:
  652. convolutional_box_predictor.py
  653. convolutional_box_predictor_test.py
  654. convolutional_keras_box_predictor.py
  655. convolutional_keras_box_predictor_test.py
  656. heads
  657. __init__.py
  658. mask_rcnn_box_predictor.py
  659. mask_rcnn_box_predictor_test.py
  660. __pycache__
  661. rfcn_box_predictor.py
  662. rfcn_box_predictor_test.py
  663.  
  664. ./predictors/heads:
  665. box_head.py
  666. box_head_test.py
  667. class_head.py
  668. class_head_test.py
  669. head.py
  670. __init__.py
  671. keras_box_head.py
  672. keras_box_head_test.py
  673. keras_class_head.py
  674. keras_class_head_test.py
  675. keras_mask_head.py
  676. keras_mask_head_test.py
  677. keypoint_head.py
  678. keypoint_head_test.py
  679. mask_head.py
  680. mask_head_test.py
  681. __pycache__
  682.  
  683. ./predictors/heads/__pycache__:
  684. box_head.cpython-36.pyc
  685. class_head.cpython-36.pyc
  686. head.cpython-36.pyc
  687. __init__.cpython-36.pyc
  688. keras_box_head.cpython-36.pyc
  689. keras_class_head.cpython-36.pyc
  690. keras_mask_head.cpython-36.pyc
  691. mask_head.cpython-36.pyc
  692.  
  693. ./predictors/__pycache__:
  694. convolutional_box_predictor.cpython-36.pyc
  695. convolutional_keras_box_predictor.cpython-36.pyc
  696. __init__.cpython-36.pyc
  697. mask_rcnn_box_predictor.cpython-36.pyc
  698. rfcn_box_predictor.cpython-36.pyc
  699.  
  700. ./protos:
  701. anchor_generator_pb2.py
  702. anchor_generator.proto
  703. argmax_matcher_pb2.py
  704. argmax_matcher.proto
  705. bipartite_matcher_pb2.py
  706. bipartite_matcher.proto
  707. box_coder_pb2.py
  708. box_coder.proto
  709. box_predictor_pb2.py
  710. box_predictor.proto
  711. eval_pb2.py
  712. eval.proto
  713. faster_rcnn_box_coder_pb2.py
  714. faster_rcnn_box_coder.proto
  715. faster_rcnn_pb2.py
  716. faster_rcnn.proto
  717. graph_rewriter_pb2.py
  718. graph_rewriter.proto
  719. grid_anchor_generator_pb2.py
  720. grid_anchor_generator.proto
  721. hyperparams_pb2.py
  722. hyperparams.proto
  723. image_resizer_pb2.py
  724. image_resizer.proto
  725. __init__.py
  726. input_reader_pb2.py
  727. input_reader.proto
  728. keypoint_box_coder_pb2.py
  729. keypoint_box_coder.proto
  730. losses_pb2.py
  731. losses.proto
  732. matcher_pb2.py
  733. matcher.proto
  734. mean_stddev_box_coder_pb2.py
  735. mean_stddev_box_coder.proto
  736. model_pb2.py
  737. model.proto
  738. multiscale_anchor_generator_pb2.py
  739. multiscale_anchor_generator.proto
  740. optimizer_pb2.py
  741. optimizer.proto
  742. pipeline_pb2.py
  743. pipeline.proto
  744. post_processing_pb2.py
  745. post_processing.proto
  746. preprocessor_pb2.py
  747. preprocessor.proto
  748. __pycache__
  749. region_similarity_calculator_pb2.py
  750. region_similarity_calculator.proto
  751. square_box_coder_pb2.py
  752. square_box_coder.proto
  753. ssd_anchor_generator_pb2.py
  754. ssd_anchor_generator.proto
  755. ssd_pb2.py
  756. ssd.proto
  757. string_int_label_map_pb2.py
  758. string_int_label_map.proto
  759. train_pb2.py
  760. train.proto
  761.  
  762. ./protos/__pycache__:
  763. anchor_generator_pb2.cpython-36.pyc
  764. argmax_matcher_pb2.cpython-36.pyc
  765. bipartite_matcher_pb2.cpython-36.pyc
  766. box_coder_pb2.cpython-36.pyc
  767. box_predictor_pb2.cpython-36.pyc
  768. eval_pb2.cpython-36.pyc
  769. faster_rcnn_box_coder_pb2.cpython-36.pyc
  770. faster_rcnn_pb2.cpython-36.pyc
  771. graph_rewriter_pb2.cpython-36.pyc
  772. grid_anchor_generator_pb2.cpython-36.pyc
  773. hyperparams_pb2.cpython-36.pyc
  774. image_resizer_pb2.cpython-36.pyc
  775. __init__.cpython-36.pyc
  776. input_reader_pb2.cpython-36.pyc
  777. keypoint_box_coder_pb2.cpython-36.pyc
  778. losses_pb2.cpython-36.pyc
  779. matcher_pb2.cpython-36.pyc
  780. mean_stddev_box_coder_pb2.cpython-36.pyc
  781. model_pb2.cpython-36.pyc
  782. multiscale_anchor_generator_pb2.cpython-36.pyc
  783. optimizer_pb2.cpython-36.pyc
  784. pipeline_pb2.cpython-36.pyc
  785. post_processing_pb2.cpython-36.pyc
  786. preprocessor_pb2.cpython-36.pyc
  787. region_similarity_calculator_pb2.cpython-36.pyc
  788. square_box_coder_pb2.cpython-36.pyc
  789. ssd_anchor_generator_pb2.cpython-36.pyc
  790. ssd_pb2.cpython-36.pyc
  791. string_int_label_map_pb2.cpython-36.pyc
  792. train_pb2.cpython-36.pyc
  793.  
  794. ./__pycache__:
  795. eval_util.cpython-36.pyc
  796. __init__.cpython-36.pyc
  797. inputs.cpython-36.pyc
  798. model_hparams.cpython-36.pyc
  799. model_lib.cpython-36.pyc
  800.  
  801. ./pycocotools:
  802. cocoeval.py
  803. coco.py
  804. __init__.py
  805. _mask.c
  806. _mask.cpython-36m-x86_64-linux-gnu.so
  807. mask.py
  808. _mask.pyx
  809. __pycache__
  810.  
  811. ./pycocotools/__pycache__:
  812. coco.cpython-36.pyc
  813. cocoeval.cpython-36.pyc
  814. __init__.cpython-36.pyc
  815. mask.cpython-36.pyc
  816.  
  817. ./samples:
  818. cloud
  819. configs
  820.  
  821. ./samples/cloud:
  822. cloud.yml
  823.  
  824. ./samples/configs:
  825. embedded_ssd_mobilenet_v1_coco.config
  826. faster_rcnn_inception_resnet_v2_atrous_coco.config
  827. faster_rcnn_inception_resnet_v2_atrous_cosine_lr_coco.config
  828. faster_rcnn_inception_resnet_v2_atrous_oid.config
  829. faster_rcnn_inception_resnet_v2_atrous_pets.config
  830. faster_rcnn_inception_v2_coco.config
  831. faster_rcnn_inception_v2_pets.config
  832. faster_rcnn_nas_coco.config
  833. faster_rcnn_resnet101_atrous_coco.config
  834. faster_rcnn_resnet101_ava_v2.1.config
  835. faster_rcnn_resnet101_coco.config
  836. faster_rcnn_resnet101_fgvc.config
  837. faster_rcnn_resnet101_kitti.config
  838. faster_rcnn_resnet101_pets.config
  839. faster_rcnn_resnet101_voc07.config
  840. faster_rcnn_resnet152_coco.config
  841. faster_rcnn_resnet152_pets.config
  842. faster_rcnn_resnet50_coco.config
  843. faster_rcnn_resnet50_fgvc.config
  844. faster_rcnn_resnet50_pets.config
  845. mask_rcnn_inception_resnet_v2_atrous_coco.config
  846. mask_rcnn_inception_v2_coco.config
  847. mask_rcnn_resnet101_atrous_coco.config
  848. mask_rcnn_resnet101_pets.config
  849. mask_rcnn_resnet50_atrous_coco.config
  850. rfcn_resnet101_coco.config
  851. rfcn_resnet101_pets.config
  852. ssd_inception_v2_coco.config
  853. ssd_inception_v2_pets.config
  854. ssd_inception_v3_pets.config
  855. ssdlite_mobilenet_v1_coco.config
  856. ssdlite_mobilenet_v2_coco.config
  857. ssd_mobilenet_v1_0.75_depth_300x300_coco14_sync.config
  858. ssd_mobilenet_v1_0.75_depth_quantized_300x300_coco14_sync.config
  859. ssd_mobilenet_v1_0.75_depth_quantized_300x300_pets_sync.config
  860. ssd_mobilenet_v1_300x300_coco14_sync.config
  861. ssd_mobilenet_v1_coco.config
  862. ssd_mobilenet_v1_focal_loss_pets.config
  863. ssd_mobilenet_v1_fpn_shared_box_predictor_640x640_coco14_sync.config
  864. ssd_mobilenet_v1_pets.config
  865. ssd_mobilenet_v1_ppn_shared_box_predictor_300x300_coco14_sync.config
  866. ssd_mobilenet_v1_quantized_300x300_coco14_sync.config
  867. ssd_mobilenet_v2_coco.config
  868. ssd_resnet50_v1_fpn_shared_box_predictor_640x640_coco14_sync.config
  869.  
  870. ./ssd_mobilenet_v1_coco_11_06_2017:
  871. frozen_inference_graph.pb
  872. graph.pbtxt
  873. model.ckpt.data-00000-of-00001
  874. model.ckpt.index
  875. model.ckpt.meta
  876.  
  877. ./test_ckpt:
  878. ssd_inception_v2.pb
  879.  
  880. ./test_data:
  881. pets_examples.record
  882.  
  883. ./test_images:
  884. image1.jpg
  885. image2.jpg
  886. image_info.txt
  887.  
  888. ./training:
  889. checkpoint
  890. events.out.tfevents.1538566741.mldlibo
  891. graph.pbtxt
  892. model.ckpt-0.data-00000-of-00001
  893. model.ckpt-0.index
  894. model.ckpt-0.meta
  895. object-detect.pbtxt
  896. pipeline.config
  897. ssd_mobilenet_v1_pets.config
  898.  
  899. ./utils:
  900. category_util.py
  901. category_util_test.py
  902. config_util.py
  903. config_util_test.py
  904. context_manager.py
  905. context_manager_test.py
  906. dataset_util.py
  907. dataset_util_test.py
  908. __init__.py
  909. json_utils.py
  910. json_utils_test.py
  911. label_map_util.py
  912. label_map_util_test.py
  913. learning_schedules.py
  914. learning_schedules_test.py
  915. metrics.py
  916. metrics_test.py
  917. np_box_list_ops.py
  918. np_box_list_ops_test.py
  919. np_box_list.py
  920. np_box_list_test.py
  921. np_box_mask_list_ops.py
  922. np_box_mask_list_ops_test.py
  923. np_box_mask_list.py
  924. np_box_mask_list_test.py
  925. np_box_ops.py
  926. np_box_ops_test.py
  927. np_mask_ops.py
  928. np_mask_ops_test.py
  929. object_detection_evaluation.py
  930. object_detection_evaluation_test.py
  931. ops.py
  932. ops_test.py
  933. per_image_evaluation.py
  934. per_image_evaluation_test.py
  935. per_image_vrd_evaluation.py
  936. per_image_vrd_evaluation_test.py
  937. __pycache__
  938. shape_utils.py
  939. shape_utils_test.py
  940. static_shape.py
  941. static_shape_test.py
  942. test_case.py
  943. test_utils.py
  944. test_utils_test.py
  945. variables_helper.py
  946. variables_helper_test.py
  947. visualization_utils.py
  948. visualization_utils_test.py
  949. vrd_evaluation.py
  950. vrd_evaluation_test.py
  951.  
  952. ./utils/__pycache__:
  953. config_util.cpython-36.pyc
  954. context_manager.cpython-36.pyc
  955. __init__.cpython-36.pyc
  956. json_utils.cpython-36.pyc
  957. label_map_util.cpython-36.pyc
  958. learning_schedules.cpython-36.pyc
  959. metrics.cpython-36.pyc
  960. np_box_list.cpython-36.pyc
  961. np_box_list_ops.cpython-36.pyc
  962. np_box_mask_list.cpython-36.pyc
  963. np_box_mask_list_ops.cpython-36.pyc
  964. np_box_ops.cpython-36.pyc
  965. np_mask_ops.cpython-36.pyc
  966. object_detection_evaluation.cpython-36.pyc
  967. ops.cpython-36.pyc
  968. per_image_evaluation.cpython-36.pyc
  969. shape_utils.cpython-36.pyc
  970. static_shape.cpython-36.pyc
  971. variables_helper.cpython-36.pyc
  972. visualization_utils.cpython-36.pyc
Advertisement
Add Comment
Please, Sign In to add comment