-
Hello, I tried to train today with following command but the output has the following noticeable horizontal line. I tried to use different input as style image and notice the horizontal line too. How …
-
Hi, Thank you very much for sharing this code. I have a simple question. I am training VGG16 for age estimation by using pre-trained model (imagenet). I would be so thankful if you could please kindly…
-
Dear sir,
Thank you for sharing your work!
I have a question about how to modify the backbone model. The backbone used in your code is R101 or VGG16, and I want to modify it to Yolov7's backbone.
S…
-
Hi,
I am using ResNet for infer on single image with this given command and it is working well.
python2 tools/infer_simple.py \
--cfg configs/DensePose_ResNet101_FPN_s1x-e2e.yaml \
…
-
I directly dowloaded this repo and trained the model. The results of **Res101-single-level** and **Res101-multi-level** are reproduced, even that the training is not stable. However I **can not reprod…
-
Why is this
-
I want to train this net using my own dataset.
I have successfully set the data, however, the number of class need to be modified and some model layers cannot be restored accordingly.
For exampl…
-
I am trying to train a face detection network using WIDER Face dataset with vgg16 and pretrained model.
I am getting the following error. Any help on fixing this would be really helpful.
File "…
-
I0107 09:57:42.277513 21980 net.cpp:217] Network initialization done.
I0107 09:57:42.277518 21980 net.cpp:218] Memory required for data: 114633208
[libprotobuf WARNING google/protobuf/io/coded_stream.…
-
Hi @LevinJ ,I apply SSD_tensorflow_VOC to my own datasets.I first Train SSD specific weights with self.max_number_of_steps = 10000,then Train VGG16 ad SSD specific weights with self.max_number_of_step…