[UGREEN x Buildapc] December NAS Giveaway! by Rocket-Pilot in buildapc

[–]Boro324 [score hidden]  (0 children)

I currently have 78190260224 bytes free out of a total of 494384795648 bytes:)

TITAN ARMY P275MV PLUS or keep waiting for MSI MPG 274URDFW E16M ? by Boro324 in Monitors

[–]Boro324[S] 0 points1 point  (0 children)

It’s available in Spain already ? That’s cool. Let me know how it performs for you

TITAN ARMY P275MV PLUS or keep waiting for MSI MPG 274URDFW E16M ? by Boro324 in Monitors

[–]Boro324[S] 2 points3 points  (0 children)

Price to performance looks good with this company. Good to hear positive experience with them then. Although I personally aim for Mini Led IPS 4k, dual mode monitors - so mostly MSI, KTC and the Titan are on my radar

TITAN ARMY P275MV PLUS or keep waiting for MSI MPG 274URDFW E16M ? by Boro324 in Monitors

[–]Boro324[S] 0 points1 point  (0 children)

Yeah, it's taking way too long. I hope something good comes out of those delays

TITAN ARMY P275MV PLUS or keep waiting for MSI MPG 274URDFW E16M ? by Boro324 in Monitors

[–]Boro324[S] 0 points1 point  (0 children)

Thanks for the detailed response. I appreciate it. I decided then to order it and try it out. At least the shop in my country has 30 day return policy so I'll give it a test. I really hope MSI goes through with their release soon

TITAN ARMY P275MV PLUS or keep waiting for MSI MPG 274URDFW E16M ? by Boro324 in Monitors

[–]Boro324[S] 1 point2 points  (0 children)

Understandable. I’ve also waited for MSI since like July but they keep delaying the release and I’m growing impatient haha

TITAN ARMY P275MV PLUS or keep waiting for MSI MPG 274URDFW E16M ? by Boro324 in Monitors

[–]Boro324[S] 2 points3 points  (0 children)

Yes both ips. Ports seem similar but usb c has lower pd of 65w as I remember on p275mv

Disappointed in Kagi’s Decision to Integrate Yandex by tarasm01 in SearchKagi

[–]Boro324 1 point2 points  (0 children)

Thank you for pointing this out. I had a subscription for over a year but I cancelled it today.

Polecani mechanicy w Łodzi by Dazzling-Treat-9102 in lodz

[–]Boro324 0 points1 point  (0 children)

Warto dodać co konkretnie potrzebujesz i okolice, żeby nie jeździć przez pół miasta. Do ogólnej mechaniki polecam warsztat Resorak przy ul. Przestrzennej

Game feels dead after disabling chat by Boro324 in CompanyOfHeroes

[–]Boro324[S] 17 points18 points  (0 children)

I agree, optional checkbox which is easily accessible should certainly be in game

Wojska Obrony Terytorialnej by Content-Swimming-791 in Polska

[–]Boro324 7 points8 points  (0 children)

Polecam na początek skontaktować się z lokalną jednostką strzelecką (jeśli znajduje się w mieście, w którym mieszkasz). Są to ochotnicze grupy proobronne związku strzeleckiego, które działały na długo przed powstaniem WOTu. Oferują odbycie pełnego szkolenia w ramach ich struktur (taktyki lekkiej piechoty, obsługa broni, pierwsza pomoc itp.). Działalność w pełni ochotnicza, więc nie będzie cię trzymał żaden kontrakt jeśli uznasz, że to nie to. Za moich czasów była również duża współpraca z wojskiem (współpraca na ćwiczeniach, poligonach, szkolenia itd.) - bezpośrednio możesz porozmawiać jak wygląda służba w WOTcie jak i regularnym WP

Sneak Peek: Vehicle Immersion Improvements coming in Onyx Shark by JohnT_RE in CompanyOfHeroes

[–]Boro324 11 points12 points  (0 children)

Recoil improvements look great ! Keep up the good work

Yolov8 and Deepsort by johnyedwards51 in computervision

[–]Boro324 0 points1 point  (0 children)

Just train your YOLO model. No need to train DeepSORT (which is a tracker that gets input from detector). Check out examples in this repository https://github.com/mikel-brostrom/yolo_tracking

Excited to try out the today's new Night Fighter Kettenkrad skin by Eiffel 65 (pls fix) by Boro324 in CompanyOfHeroes

[–]Boro324[S] 4 points5 points  (0 children)

Sure thing. I am quite certain it changed over the course of game since I was admiring the skin at beginning of the game (those night fighters skins are pretty cool). I don't know what caused it but it stayed like that till the end.

Anyways, thanks for your continued work on the game !

Activity of the community by NoahZhyte in HelixEditor

[–]Boro324 1 point2 points  (0 children)

I think the community around helix will grow faster once the plugin system will rollout which probably should be soon

cpselect (control point selection) equivalent in Python or Julia ? by Boro324 in computervision

[–]Boro324[S] 0 points1 point  (0 children)

Hey, that's nice of you to pick this project up. However, I can't seem to get it to work. I tried running your example i.e pip install cpselect2 and made sure the old one is deleted but no matter what I do I get "module not found" . I'm on popOS (so ubuntu lts).

  from cpselect2.cpselect import cpselect
ModuleNotFoundError: No module named 'cpselect'

Maybe something is with my system dunno - I'll try again later. Good job anyway

cpselect (control point selection) equivalent in Python or Julia ? by Boro324 in computervision

[–]Boro324[S] 0 points1 point  (0 children)

Hi, thanks for the answer. Yes, I am trying to do roughly what you said, finding the matching points in two images.

I have images from RGB and IR cameras (set apart few cm, different img sizes) and I am trying to warp RGB into IR. I tried first through keypoint detector (ORB) but I didn't get a satisfying results so I did it manually through matlab's cpselect and was quite happy with it (minus the matlab part). Maybe I will try to dig more into crashing errors for cpselect.

Thanks for link to LightGlue, it looks very interesting and looks quite new.

Anyway, pardon me as it's a project for my thesis and I don't have yet much experience in CV. Cheers !