FasterRcnn.zip
资源文件列表:

FasterRcnn/
FasterRcnn/backbone/
FasterRcnn/backbone/EfficeientNet.py 16.97KB
FasterRcnn/backbone/__init__.py 190B
FasterRcnn/backbone/__pycache__/
FasterRcnn/backbone/__pycache__/EfficeientNet.cpython-38.pyc 12.44KB
FasterRcnn/backbone/__pycache__/__init__.cpython-38.pyc 397B
FasterRcnn/backbone/__pycache__/mobilenetv2_model.cpython-38.pyc 3.84KB
FasterRcnn/backbone/__pycache__/resnet101_fpn_model.cpython-38.pyc 11.6KB
FasterRcnn/backbone/__pycache__/resnet152_fpn_model.cpython-38.pyc 11.6KB
FasterRcnn/backbone/__pycache__/resnet50_fpn_model.cpython-38.pyc 11.47KB
FasterRcnn/backbone/__pycache__/utils.cpython-38.pyc 18.99KB
FasterRcnn/backbone/mobilenetv2_model.py 4.42KB
FasterRcnn/backbone/resnet101_fpn_model.py 15.21KB
FasterRcnn/backbone/resnet152_fpn_model.py 15.32KB
FasterRcnn/backbone/resnet50_fpn_model.py 14.71KB
FasterRcnn/backbone/utils.py 24.27KB
FasterRcnn/backbone/vgg_model.py 2.43KB
FasterRcnn/car_class.json 16B
FasterRcnn/draw_box_utils.py 4.73KB
FasterRcnn/fasterRCNN.png 57.81KB
FasterRcnn/img_1test_result.jpg 30.92KB
FasterRcnn/imgtest_result.jpg 59.49KB
FasterRcnn/my_dataset.py 6.51KB
FasterRcnn/my_transforms.py 1.04KB
FasterRcnn/network_files/
FasterRcnn/network_files/__init__.py
FasterRcnn/network_files/__pycache__/
FasterRcnn/network_files/__pycache__/__init__.cpython-38.pyc 168B
FasterRcnn/network_files/__pycache__/boxes.cpython-38.pyc 5KB
FasterRcnn/network_files/__pycache__/det_utils.cpython-38.pyc 10.42KB
FasterRcnn/network_files/__pycache__/faster_rcnn_framework.cpython-38.pyc 12.46KB
FasterRcnn/network_files/__pycache__/image_list.cpython-38.pyc 1.13KB
FasterRcnn/network_files/__pycache__/roi_head.cpython-38.pyc 8.75KB
FasterRcnn/network_files/__pycache__/rpn_function.cpython-38.pyc 17.11KB
FasterRcnn/network_files/__pycache__/transform.cpython-38.pyc 8.1KB
FasterRcnn/network_files/boxes.py 6.13KB
FasterRcnn/network_files/det_utils.py 16.35KB
FasterRcnn/network_files/faster_rcnn_framework.py 16.67KB
FasterRcnn/network_files/image_list.py 848B
FasterRcnn/network_files/roi_head.py 17.06KB
FasterRcnn/network_files/rpn_function.py 28.58KB
FasterRcnn/network_files/transform.py 11.21KB
FasterRcnn/pascal_voc_classes.json 348B
FasterRcnn/plot_curve.py 1.37KB
FasterRcnn/predict.py 3.8KB
FasterRcnn/predict_Car.py 3.79KB
FasterRcnn/record.txt 9.62KB
FasterRcnn/record_mAP.txt 1.74KB
FasterRcnn/requirements.txt 122B
FasterRcnn/save_weights/
FasterRcnn/split_data.py 962B
FasterRcnn/test.py 1.95KB
FasterRcnn/test_image/
FasterRcnn/test_image/img.png 628.99KB
FasterRcnn/test_image/img_1.png 265.67KB
FasterRcnn/test_images/
FasterRcnn/test_images/-5df19652c29924a1.jpg 65.62KB
FasterRcnn/test_images/1612150640332.jpeg 32.46KB
FasterRcnn/test_images/5668b4c66bfbe7a0.jpg 2.21MB
FasterRcnn/test_images/583f163a66be9af6.jpg 108.15KB
FasterRcnn/test_images/img.png 330.44KB
FasterRcnn/test_images/img_1.png 19.5MB
FasterRcnn/test_images/img_2.png 752.72KB
FasterRcnn/test_images/img_3.png 1.4MB
FasterRcnn/train_mobilenetv2.py 7.05KB
FasterRcnn/train_multi_GPU.py 9.52KB
FasterRcnn/train_res101_fpn.py 6.98KB
FasterRcnn/train_res152_fpn.py 7.11KB
FasterRcnn/train_res50_fpn.py 7.87KB
FasterRcnn/train_utils/
FasterRcnn/train_utils/__pycache__/
FasterRcnn/train_utils/__pycache__/coco_eval.cpython-38.pyc 9.42KB
FasterRcnn/train_utils/__pycache__/coco_utils.cpython-38.pyc 1.63KB
FasterRcnn/train_utils/__pycache__/distributed_utils.cpython-38.pyc 9.81KB
FasterRcnn/train_utils/__pycache__/train_eval_utils.cpython-38.pyc 4.2KB
FasterRcnn/train_utils/__pycache__/transforms.cpython-38.pyc 1.69KB
FasterRcnn/train_utils/coco_eval.py 11.72KB
FasterRcnn/train_utils/coco_utils.py 1.79KB
FasterRcnn/train_utils/distributed_utils.py 10.37KB
FasterRcnn/train_utils/group_by_aspect_ratio.py 7.36KB
FasterRcnn/train_utils/train_eval_utils.py 4.39KB
FasterRcnn/train_utils/transforms.py 1.04KB
FasterRcnn/validation.py 7.83KB