Freddy Alcarazo

Results 7 issues of Freddy Alcarazo

Hi, I just installed in a virtual machine using ubuntu 20 a sftp server and on there I have a apache server and all my projects are saved inside of...

Hi dears! I have a mp3 file hosted in my web server and this my url: http://192.168.0.95/fmyapp/song.mp3 I would like to play it, this is not one radio streaming only...

Hi I implement this library using kotlin however the records are not showing only the headers. ``` implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.github.ISchwarz23:SortableTableView:2.8.1' ``` layout.xml ``` ``` Fragment.kt ``` private lateinit var...

I can make a connection through the console and I can create files or directories inside of /var/www/html/ ![Captura de pantalla de 2021-08-03 21-56-35](https://user-images.githubusercontent.com/7144988/128114939-3ff01858-d60e-4f57-8a10-1760b267176a.png) However when I run `phploy` it...

Hi, I just installed in a virtual machine with ubuntu 20 and I installed a sftp server, an apache server and all my projects are saved inside of "var/www/html". To...

Hello community from Mask_RCNN I'm trying to get this indicators ( mAP, mAR and F1_score) usign utils.compute_ap(..) here is my code: ``` from mrcnn.model import load_image_gt from mrcnn.model import mold_image...

Hi, I'm struggling with whisper-jax, first of all. I successfully installed whisper-jax for cpu usage, however it goes very slow, then I decided installa jax with cuda support, however then...