Giter VIP home page Giter VIP logo

Comments (6)

yangxue0827 avatar yangxue0827 commented on July 22, 2024

can you show your cfgs.py? @unlabeledData

from nas_fpn_tensorflow.

unlabeledData avatar unlabeledData commented on July 22, 2024

OK, I changed some lines in cfgs.py.

GPU_GROUP = "1,2,3,4"
VERSION = 'FPN_Res50_COCO_20190503_v5'
NET_NAME = 'resnet50_v1d'
#NET_NAME = 'resnet_v1_50'
#NET_NAME = 'MobilenetV2'
ADD_BOX_IN_TENSORBOARD = True

#------------------------------------------ Train config
CUDA9 = False

# -------------------------------------------- Data_preprocess_config
# DATASET_NAME = 'coco'
# PIXEL_MEAN = [123.68, 116.779, 103.939] # R, G, B. In tf, channel is RGB. In openCV, channel is BGR
# PIXEL_MEAN_ = [0.485, 0.456, 0.406]
# PIXEL_STD = [0.229, 0.224, 0.225]
# IMG_SHORT_SIDE_LEN = 800
# IMG_MAX_LENGTH = 1333
# CLASS_NUM = 80
DATASET_NAME = 'pascal'
PIXEL_MEAN = [123.68, 116.779, 103.939] # R, G, B. In tf, channel is RGB. In openCV, channel is BGR
PIXEL_MEAN_ = [0.485, 0.456, 0.406]
PIXEL_STD = [0.229, 0.224, 0.225]
IMG_SHORT_SIDE_LEN = 800
IMG_MAX_LENGTH = 1333
CLASS_NUM = 20

Others is the same as your cfgs.py.

from nas_fpn_tensorflow.

yangxue0827 avatar yangxue0827 commented on July 22, 2024

/home/DATA3/sunli-work/NAS_FPN_Tensorflow/data/pretrained_weights/resnet50_v1d.ckpt
do you put weights here? @unlabeledData

from nas_fpn_tensorflow.

unlabeledData avatar unlabeledData commented on July 22, 2024

Yes, I put resnet50_v1d.ckpt there.

from nas_fpn_tensorflow.

GuHuiJian avatar GuHuiJian commented on July 22, 2024

have you resolve this problem? @unlabeledData

from nas_fpn_tensorflow.

unlabeledData avatar unlabeledData commented on July 22, 2024

have you resolve this problem? @unlabeledData

Not yet. I didn't use this project.
Maybe you can try anther res50 pretraining models.
The authors' FPN_Tensorflow worked well.

I want to close this issue after you see the comment.

from nas_fpn_tensorflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.