Hoang Hai

Results 7 issues of Hoang Hai

Re-create the PR from #85 . YOLOv3 is a good approach to learn about object detection that I tested and added an example notebook. The YOLOv3 xmodel was downloaded from...

Hi, I notice that a new tag was released every 8 months in the past. The Vitis-AI is v2.5 now but DPU-PYNQ is still based on v1.4. When will new...

Hi, I have an Alveo U50 card and I use Ubuntu 18.04. Although I don't use the card in my code, the XRT will be invoke when I run the...

Add commands for more comprehend usage

Hi, I found an invalid boundary value in [pynq/lib/pmod/pmod_pwm.py](https://github.com/Xilinx/PYNQ/blob/master/pynq/lib/pmod/pmod_pwm.py). ```python3 def generate(self, period, duty_cycle): # ... if period not in range(1, 65536): raise ValueError("Valid tone period is between 1 and...

Hi, I'm trying to rebuild the project for my PYNQ-ZU board. When I used `make`, it showed as following: ``` vivado -mode batch -source cv_dfx_4_pr.tcl -notrace ****** Vivado v2020.2 (64-bit)...

### Is there an existing CVA6 bug for this? - [x] I have searched the existing bug issues ### Bug Description Hi, My cloned repo. was at bcb0f7d, which passed...

Type:Bug