-
Hi oravus,
I encountered an issue with the func_vpr module. When I try to call the loadDINONV function, I get the following error:
Traceback (most recent call last):
File "place_rec_DINO_fi…
-
The command I ran and its output is:
```
(mast3r) (base) bjangley : ~/VPR/mast3r$ CUDA_VISIBLE_DEVICES=7 python3 visloc.py --model_name MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric --dataset "…
-
**Describe the bug**
the function read_aid_cnn is used within vpr_autoid_check where a "confidence" (i.e., roi probability score) is required. This results in error when processing autoid files witho…
-
While I followed the instructions for setting up the dataset as provided in the instructions I encounter this error when running visloc.py on the InLoc dataset.
```Traceback (most recent call last)…
-
I suggest that the description of the basepath argument match that in the documentation of vpr_autoid_create
"base path to auto ID folder eg 'E:/autoID_EC_07032019/'"
-
Suggest change to description of function in documentation:
Current description:
Calculate and record calendar dates for vpr data from day-of-year, hour, and time (in milliseconds) info. Will al…
-
Hello COFFE team,
In a few of the works from this lab (examples: Should FPGAS abandon the pass-gate?, FPGA Architecture: Principles and Progression), it seems that there is a way to take the generate…
-
In COFFE/coffe/vpr.py lines 136-137 and 712-713, SB/CB connectivity is statically encoded despite variable L, which causes issues in VPR. Simple fix would be to auto populate the pattern based on the …
-
In a revision of an existing architecture to clean up RR graph bugs, the router wirelength and runtime have both blown up for test circuits with size on the order of thousands of LUTs. The particul…
-
When VPR takes in a circuit in BLIF format, it names blocks internally after the first net they drive. This name is then what we use in the constraints file. For BELs that drive something this is fine…