Hadi Ghahremannezhad

Results 18 comments of Hadi Ghahremannezhad

> @aliu-dm , you need to add business group for your users. CALL_OFFLINE means to run a task for the whole task. Only users with the business role can do...

@aliu-dm Thank you. After I login and hover over my name, there is no option called "Admin Page". ![1](https://user-images.githubusercontent.com/24352869/193896247-198bbe90-6cb3-4cf6-b70a-e78a1f5fbd77.png) I probably have done something wrong with Django.

@WongKinYiu Is this issue solved? I am using the exact cfg files for pytorch and darknet, but I get duplicate bounding boxes when I convert the **pt** file to **weights**

@shiwenhao after the training is done, you can see the results in the terminal. Also you can make a new folder called `logs` in experiments folder, so the logs from...

@shiwenhao if it gets stuck at `Waiting for /home/qz/Faster-RCNN_TF/output/faster_rcnn_end2end/voc_2007_trainval/VGGnet_fast_rcnn_iter_70000.ckpt to exist...` try changing 2 files based on [this](https://github.com/lev-kusanagi/Faster-RCNN_TF/commit/c15c4890d30db7f41530cd20a4be1aedcde3d5f6) and [this](https://github.com/lev-kusanagi/Faster-RCNN_TF/commit/7b071cc1c9ba8257c253ff7888ecf64b666a1271) pages. If it didn't help try other solutions that @gdelab...

@shiwenhao I think you should change [lib/setup.py](https://github.com/smallcorgi/Faster-RCNN_TF/blob/master/lib/setup.py#L141) as well and then run make again. Also you can check cuda and cudnn versions to see if they're high enough. If this...

@yang1997yi I faced multiple errors like this about the size of bounding boxes. In my case all the errors were because of some objects in the dataset. For example some...