JimXu1989
JimXu1989
> https://github.com/open-mmlab/mmdetection/blob/master/docs/en/tutorials/config.md > > the main codes are in configs/_base_, for example: > > https://github.com/open-mmlab/mmdetection/blob/56e42e72cdf516bebb676e586f408b98f854d84c/configs/_base_/schedules/schedule_1x.py#L11 > > > https://github.com/open-mmlab/mmdetection/blob/56e42e72cdf516bebb676e586f408b98f854d84c/configs/_base_/datasets/coco_detection.py#L32 Thanks
> Hi @JimXu1989, > > When retrieving your image via the API, you can choose whether to retrieve the `sl.VIEW.LEFT_UNRECTIFIED` or `sl.VIEW.RECTIFIED` (here is the corresponding doc : [`sl.VIEW`](https://www.stereolabs.com/docs/api/python/classpyzed_1_1sl_1_1VIEW.html) and...
> opencv dnn success run custom yolov7 > > 1 reparam trained best.pt https://github.com/WongKinYiu/yolov7/blob/main/tools/reparameterization.ipynb > > `nc = 1 #change with your nc` `model = Model('cfg/deploy/yolov7.yaml', ch=3, nc=nc).to(device)` `for i...
> Required Info > Camera Model T265 & D435 > Firmware Version NA > Operating System & Version Ubuntu 18.04 > Kernel Version (Linux Only) 5.3.0-1030-raspi2 > Platform Raspberry Pi...
I read one of the solution: https://aravis-project.discourse.group/t/is-it-possible-to-change-the-ip-of-a-connected-camera/226 But I do not know exactly how to code.
I use python package ipaddress to convert ip address to int, and set the camera with the following code, but the ip of camera still 192.168.100.3 arv_camera_set_integer(camera,"GevCurrentIPConfigurationDHCP",0,&error); arv_camera_set_integer(camera,"GevCurrentIPConfigurationPersistentIP",1,&error); arv_camera_set_integer(camera,"GevPersistentIPAddress",3215483944,&error); arv_camera_set_integer(camera,"GevPersistentSubnetMask",4294967040,&error);
> Hi, > > Are you able to use the camera and get a video stream in arv-viewer ? When I set the ip by the software provide by the...
> Did you try arv-tool ? For example: > > ``` > arv-tool-0.8 network ip=192.168.0.1 mask=255.255.255.0 gateway=192.168.0.254 > ``` it shows read_memory timeout arv-tool-0.8 network ip=192.168.100.15 mask=255.255.255.0 gateway=192.168.100.254 GEV-SIA445-00E48218249 (192.16.100.6)...
> Did you try arv-tool ? For example: > > ``` > arv-tool-0.8 network ip=192.168.0.1 mask=255.255.255.0 gateway=192.168.0.254 > ``` My computer ip is 192.168.100.2 when I set the camera ip...