-
hi! @xxradon
i want to convert osnet
osnet. py
```
from __future__ import absolute_import
from __future__ import division
__all__ = [
'osnet_x1_0', 'osnet_x0_75', 'osnet_x0_5', 'os…
-
### Overview
**The Course Project is an opportunity for you to apply what you have learned in class to a problem of your interest. Potential projects usually fall into these two tracks:**
- [x] …
-
I wonder which topic is studied on Facebook.
Let's Go.
![image](https://user-images.githubusercontent.com/11758940/34806498-acc34bde-f6c6-11e7-9a51-b278bfe9f771.png)
https://research.fb.com/
h…
-
We will pin this issue to collect new features or anything you want to say to the PaddleDetection team. We will actively incorporate them into future version updates, and we also welcome everyone to p…
-
Hello, I was wondering where you found the TerraInc dataset from, as it seems that there is no such dataset with classification available on the internet at the moment. I would really appreciate it if…
-
I found that the test data was also calculated into the adjacency matrix in the preprocessing stage, so if I have a sentence that does not appear in the data set at all, do I have to recalculate the a…
-
When I run test.py, there is a problem popping up.
How can I fix this ?
thank you
(HFIM_MRDCB_dehaze) C:\Users\user\Desktop\HFIM_MRDCB_dehaze>python test.py
MyEnsembleNet parameters: 60503115
-…
-
Hi there,
Kindly correct me if I am wrong about this code segment here in `utils.py`
```
if split_eccv_2018:
# According to Yelamarthi et al., "A Zero-Shot Framework for Sketch Based I…
mvp18 updated
5 months ago
-
Could this repo supports max pooling layer with different x, y strides.
I would like to implement the state-of-the-art object detector.
Thanks.
![image](https://user-images.githubusercontent.com/…
-
I have used both a ORB and LATCH feature descriptor for the same interest points. However, for a simple matching between two images it is clear that ORB performs better. So I guess something is wrong?…