malfonsoNeoris
malfonsoNeoris
hi, have you been able to deploy onepanel locally ? i have configured the PC.. done the line that you mention ( same as you, i dont have a remote...
hi, have you solved the issue? i also want to install onepanel on a local PC ( with gpu) and im still unable to do it im at the config...
#edit! here the error.. for resnet34 Traceback (most recent call last): File "train.py", line 707, in train(0, args=args) File "train.py", line 256, in train yolact_net.init_weights(backbone_path=args.save_folder + cfg.backbone.path) File "/content/yolact_edge/yolact_edge/yolact.py", line...
hi, thanks for the info. i have added the BasicBlock similar to the one on pytorch to the backbone.py file and updated the config file when running resnet50/100 on 256/550...
hi Miao.. we have succesfully converted the resulting model to trt. Diferently from other models ( where you have only one trt file or you can load it on deepstream)...
hi!.. im having a similar issue. using python, opencv and yolov4 tiny, trained with a custom dataset. processing a stream.. a truck is parked... and i get different boxes for...
hi alexander. just an update. For the first issue, i have re trained. same dataset mobilenet and resnet18/50, imgsize 256. mobilenete work as a charm. both resnet have same problem.....
hi... i have win 10, same problem. Solved with: - Download av source. ( git clone) - Download ffmpeg dev + shared binaries, and unzipped to c:\ffmpeg - Added ffmpeg...