-
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…
-
## ❓ Question
I have a PTQ model and a QAT model trained with the official pytorch API following the quantization tutorial, and I wish to deploy them on TensorRT for inference. The model is metaforme…
-
您好,我在利用benchncnn测试模型遇到一些速度问题
测试平台: linux服务器、骁龙845芯片
ncn版本: 20200727
编译链接:https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-linux-x86
https://github.com/Tencent/ncnn/wiki/how-to-build#b…
qinb updated
6 months ago
-
Dear opconty,
Thanks for sharing your codes firstly. Of course, I've met some problems when I want to use your codes. Hope that you can help me!
Where is the main function to train this netw…
-
I hope to add examples of multi node training
-
Then I run the command:
python3 detector.py --image ./image/test.jpg --model ./epoch_204.pth.tar
Then I got this error:
Traceback (most recent call last):
File "detector.py", line 11, in
f…
-
In case of faster R-CNN, the input images are resized such that the shorter edge is 600px. But VGG16 has an data blob dimension of 224x224x3. How does this work?
After looking into the code I foun…
-
Thank you for your sharing !
I read the codes in kaggle_distracted_drivers_vgg16.py
When loading train imgs , train_data ,train_target and driver_id are in the same order,but if call
'read_and_…
-
![image-20230519115934464](http://image-host-mooliht.oss-cn-beijing.aliyuncs.com/img/image-20230519115934464.png)
在评估成功率时运行到vgg_16无报错中断,是因为缺少什么配置文件吗?
-
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 \
…