Colin Lea
Colin Lea
This might not be what you're looking for, but here is the script I made for visualizing LPO on a video: https://gist.github.com/colincsl/abd3564d3e95ace2591b. You could easily modify it to take in...
Yeah I got it running with fast-rcnn but (temporarily) abandoned because it wasn't working on my surgical data. The code is on my other computer. The ICRA deadline is tonight...
@mbahacker It looks like I saved the LPO bounding boxes as a set of mat files instead of as hfd5. I think it was straightforward once I figured out how...
I'm glad you are finding the code to be useful! 'L' corresponds to how many convolutional layers are in each block. 'B' is the number of blocks in succession. These...
Sorry about this! I fixed the issue in the metrics file. I just checked and the file should run with this change: cccdf86
Glad you're interested! Yes, it should be usable for text. The only requirement is that the input is a matrix of floating point numbers. How are you planning to quantize...
Yeah, I normalize my input using mean/standard deviation, hence the -7 to 7 range. To use this you would need to create a large input vector the size of your...
The number refers to how many annotators (out of 3) labeled a clip with the given label type. e.g., In the line you included all three annotators said there was...
Hello, sorry I was on vacation last week. The units here are audio samples at 16,000 hz. Each clip is 3 seconds long. So in the first row the audio...
Hi! Sorry for the slow reply. Yes, over the years some of the files have been deleted from their sources. At some point I tried to find updated links but...