Vishesh

Results 12 issues of Vishesh

Hi I'm trying to profile a program and ran a command like: `sudo cargo profile cpu per-fn ` Everything runs great and I get a table that looks like: Tot...

Hi, Thanks for the great work! Was trying to run the model using your demo colab notebook. I get stuck on the part where I need to download and unzip...

In Colab ``` %cd /content/yolov5_obb !python detect.py --weights '/content/best.pt' --source '../datasets/sample/valid/images' --conf-thres 0.5 --img 640 --device 0 --agnostic-nms --save-txt ``` Result ``` /content/yolov5_obb detect: weights=['/content/sample_data/best.pt'], source=../datasets/sample/valid/images, imgsz=[640, 640], conf_thres=0.5, iou_thres=0.4,...

Hello, Trying to run your detector on Mac OS X and so far I have managed to download the code, change some flags for new opencv and build the library...

Tried: ``` type A { x: T default: T } union B = A | A ``` and it can't parse the `

* berserk version: 0.10.0 * Python version: 3.8.5 * Operating System: Mac OS 10.13 ### Description installed berserk a few minutes ago Describe what you were trying to get done....

dependencies

**Eel version** 0.14.0 **Describe the bug** Running eel in non blocking mode, then reading from sys.stdin in a loop causes a localhost failed to connect in chrome. ** what happens...

bug

I see in the docs it says that the corners are always returned counter-clockwise around the tag. Is the starting corner always the same corner? Would like to know this...

I'm trying to use this directive for displaying 1-2 page long markdown documents (sort of a hack contenteditable markdown editor) and normally the markdown input will be longer than the...

Hi, I like arangodb, but I'm in the need for a pattern match type query for a particular interface I'm designing. Cypher's query language seems like one way to get...

question