-
I was trying to train the "efficientdet_d1_coco17_tpu-32" model on custom dataset using "model_main_tf2.py". My code was working just fine till last month but im encountering this warning now :
"
W…
-
I use this command to train custom dataset:
`python train.py -c 2 -p curb --batch_size 2 --num_epochs 50 -w weights/efficientdet-d2.pth `
There is only one class `curb` in my dataset.
After 30 e…
-
I am getting the following error for -
` D:\tensorflow\models\research\object_detection>python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_p…
-
-
## 🚀 Feature
Add ASFF fuse feature layers to the Head : the level1-level 3 scale maps are respectively fused into 3 corresponding scale feature maps, and the fusion weights are adaptively adjusted.
…
-
/root/anaconda3/bin/python3 /home/workspace/xzy/solov2/AdelaiDet-master/tools/train_net.py --config-file /home/workspace/xzy/solov2/AdelaiDet-master/configs/SOLOv2/R50_3x.yaml --num-gpus 1 --resume OU…
-
`您好,我想问一下,在加了第四层预测头部之后,您是在head的前三个C3之后增加了CBAM模块,但是为什么在预测的时候我们的预测输出是C3之后就进行预测了呢,不应该在CBAM模块之后进行预测吗?` [[23, 27, 31, 35], 1, Detect, [nc, anchors]], # Detect(P3, P4, P5)``,是不是 应该改为` [[24, 28, 32, 35], 1,…
-
1.Why is there only one weight file in the data cloud drive? Is this weight file specific to a particular object?
2.What is the file "Linemod updated" referring to?
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
W0427 15:22:39.669593 1401 gpu_resources.cc:217] WARNING: device: . The installed Paddle is compiled with CUDNN 8.2, but CUDNN version in your machine is 8.1, which may cause serious incompatible bug…