rafaelpadilla / review_object_detection_metrics

Object Detection Metrics. 14 object detection metrics: mean Average Precision (mAP), Average Recall (AR), Spatio-Temporal Tube Average Precision (STT-AP). This project supports different bounding box formats as in COCO, PASCAL, Imagenet, etc.
Other
1.08k stars 215 forks source link

UI interface issues in Windows 10 #help_needed #44

Closed sheikhjubaer closed 3 years ago

sheikhjubaer commented 3 years ago

Hi @rafaelpadilla Sir, Hope you are fine. Sir i would like to know you that i am using your project and i am facing trouble with the your projects UI interface in windows 10 (64 bit), as i am not not able to resize, close or minimize the UI interface; its freezing as it is appearing on my windows screen. And i am assuming some related warning showing up on command prompt which i tried to solve but failed. Here i am giving you some screenshot of my command prompt and windows screen. Hoping to hear you soon... Thanks in advance!

Command Prompt ::

cmd

Windows Screen ::

win_interface

rafaelpadilla commented 3 years ago

Hi @sheikhjubaer,

It looks like a problem with your QT lib. Was your python1 environment created with this .yml file?

Please, try to create an environment using the environment.yml file. Follow the instructions [here](https://github.com/rafaelpadilla/review_object_detection_metrics#how-to-use-this-project).

sheikhjubaer commented 3 years ago

Hi @rafaelpadilla sir, Sir thank you so much for your reply! Now i have done what you have instructed. But still the same problem! Though last time i had used my created environment in Anaconda.

rafaelpadilla commented 3 years ago

Hi @sheikhjubaer,

In a quick google search, I noticed that some people have faced the same problem in other applications. They have overcome this problem changing values of some environment variables:

Take a look here: https://stackoverflow.com/questions/58194247/warning-qt-device-pixel-ratio-is-deprecated

Let me know if that works.

sheikhjubaer commented 3 years ago

Sir @rafaelpadilla , I have already searched it in all sort of site available and tried to solve accordingly. But nothings seems working :(

rafaelpadilla commented 3 years ago

@sheikhjubaer,

Unfortunately I cannot reproduce this error in my machine. Do you have pyqt / QT installed in your machine? What version?

I would also try to install pyqt and run pyuic to convert the .ui files to .py locally.

rafaelpadilla commented 3 years ago

Closing issue as no update was reported