Denis Efe
Denis Efe
> @sph1n3x so is that I need to change another code or the train statement ? Like : python train_aux.py --workers 8 --device 0 --batch-size 16 --data data/coco.yaml --img 480...
@284nnuS Found it! https://github.com/WongKinYiu/yolov7/issues/318 https://github.com/WongKinYiu/yolov7/issues/315
If you compare the yolov7.yaml file in the u7 branch with the corresponding file in the main branch, you will notice that RepConv is not used in u7. The weight...
Afaik, MP and SPPCSPC is not implemented for TF. Could you provide some logs for the conversion process? EDIT: Looks like ISegment, IDetect etc. are also not available for TF....
@ibaiGorordo I think RepConv is not used at all in u7 (couldn't find it anywhere in the code). However, if you use pre-trained weights from the main branch, you might...
> @sanath-tech `from torch.fx.passes.pass_manager import PassManager` is not in pytorch 1.11. It appears in pytorch 1.12. FX path is new to Torch-TensorRT and does not have official wheel or release...
I have been running some tests for the past few weeks and played around with different input sizes (640, 512, 448, 416) due to limitations of the Coral EdgeTPU. The...
@drachu I actually used a modified export.py script from the u7 branch with changes from the main and u5 branch. It wasn't straightforward as some functions and classes were missing...
@drachu Sorry for the late reply! I have been running some extended tests for benchmarking purposes, but the results are not exciting at all. Although the network structure of YOLOv7...