To see the other types of publications on this topic, follow the link: FastAPI.

Journal articles on the topic 'FastAPI'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the top 50 journal articles for your research on the topic 'FastAPI.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Browse journal articles on a wide variety of disciplines and organise your bibliography correctly.

1

Song, Jooeun, and Joongjin Kook. "Mapping Server Collaboration Architecture Design with OpenVSLAM for Mobile Devices." Applied Sciences 12, no. 7 (April 5, 2022): 3653. http://dx.doi.org/10.3390/app12073653.

Full text
Abstract:
SLAM technology, which is used for spatial recognition in autonomous driving and robotics, has recently emerged as an important technology to provide high-quality AR contents on mobile devices due to the spread of XR and metaverse technologies. In this paper, we designed, implemented, and verified the SLAM system that can be used on mobile devices. Mobile SLAM is composed of a stand-alone type that directly performs SLAM operation on a mobile device and a mapping server type that additionally configures a mapping server based on FastAPI to perform SLAM operation on the server and transmits data for map visualization to a mobile device. The mobile SLAM system proposed in this paper mixes the two types in order to make SLAM operation and map generation more efficient. The stand-alone type of SLAM system was configured as an Android app by porting the OpenVSLAM library to the Unity engine, and the map generation and performance were evaluated on desktop PCs and mobile devices. The mobile SLAM system in this paper is an open-source project, so it is expected to help develop AR contents based on SLAM in a mobile environment.
APA, Harvard, Vancouver, ISO, and other styles
2

Faloutsos, Christos, and King-Ip Lin. "FastMap." ACM SIGMOD Record 24, no. 2 (May 22, 1995): 163–74. http://dx.doi.org/10.1145/568271.223812.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Antić, Jovana. "KLASIFIKACIJA SLIKA PRIMENOM FASTAI BIBLIOTEKE." Zbornik radova Fakulteta tehničkih nauka u Novom Sadu 35, no. 06 (May 26, 2020): 1062–65. http://dx.doi.org/10.24867/08be13antic.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Stanton, Paul T., Benjamin McKeown, Randal Burns, and Giuseppe Ateniese. "FastAD." ACM SIGOPS Operating Systems Review 44, no. 1 (March 12, 2010): 45–49. http://dx.doi.org/10.1145/1740390.1740401.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Nordmann, J. P., PH Denis, Y. Nguer, D. Mouton-Chopin, and H. Saraux. "Static Threshold Visual Field in Glaucoma with the Fastpac™ Algorithm of the Humphrey Field Analyser is the Gain in Examination Time Offset by Any Loss of Information?" European Journal of Ophthalmology 4, no. 2 (April 1994): 105–10. http://dx.doi.org/10.1177/112067219400400205.

Full text
Abstract:
A new algorithm (Fastpac™) has been designed to speed up full threshold tests with the Humphrey Field Analyser. We studied the utility of this algorithm by comparing central 24-2 threshold programs obtained with standard and Fastpac™ algorithms in 43 hypertensive or glaucomatous eyes. The Fastpac™ reduced testing time by 35% to 45%. In glaucomatous eyes, the time spared was inversely correlated with the degree of visual field impairment. Global indices were used to compare visual fields. Mean absolute differences in indices did not exceed 0.98 dB. Correlations between indices in glaucoma patients with standard and Fastpac™ strategy were respectively 0.99 and 0.98 for mean deviation and pattern standard deviation. The intra-test variability (short-term fluctuation) was slightly higher with Fastpac™ with a lower correlation between algorithms (r=0.62). The use of Fastpac™ achieves a mean time reduction of 40% and does not significantly modify global indices obtained with the Humphrey perimeter in hypertensive and glaucomatous eyes.
APA, Harvard, Vancouver, ISO, and other styles
6

Bonita, Silvia Dora, and Aan Zainul Anwar. "Implementasi Syariah Compliance pada Akad Murabahah dan Ijarah (Studi Kasus Pada KSPPS BMT Fastabiq Jepara)." JESI (Jurnal Ekonomi Syariah Indonesia) 7, no. 2 (February 28, 2018): 88. http://dx.doi.org/10.21927/jesi.2017.7(2).90-99.

Full text
Abstract:
<p>This study aims to determine: 1) the principles of financing agreement murabaha and Ijarah in accordance with Islamic law, 2) the implementation of the financing agreement murabaha and Ijarah, and 3) the factors that caused the broken promise in murabaha and ijarah financing agreement in BMT Fastabiq Jepara well as a way to resolve. This research is a field research with a qualitative approach, the research has the characteristics that the data declared in a state appropriately or as their (natural setting), with no change in the shape of symbols or numbers and descriptive based on questions how. And data processing technique is to use a qualitative descriptive technique. The results of the analysis show that: 1) The principles of murabaha financing agreement on BMT Fastabiq Jepara accordance with Islamic sharia as the murabaha financing agreement executed included also wakalah. The principle of Ijarah financing agreement yet on BMT Fastabiq Jepara accordance with Islamic sharia because it is not included wakalah in it. 2) Execution of Murabahah and Ijarah financing agreement in Jepara Fastabiq BMT carried out according to established procedures BMT Fastabiq Jepara. And 3) the factors that led to broken promises in murabaha and Ijarah financing agreement in BMT Fastabiq Jepara is internal and external factors. The steps undertaken BMT Fastabiq Jepara in overcoming these factors include identifying the problem, if there is a problem that complicated it will be a step family, but if they can not be resolved then it will be taken legal action.</p>
APA, Harvard, Vancouver, ISO, and other styles
7

Howard, Jeremy, and Sylvain Gugger. "Fastai: A Layered API for Deep Learning." Information 11, no. 2 (February 16, 2020): 108. http://dx.doi.org/10.3390/info11020108.

Full text
Abstract:
fastai is a deep learning library which provides practitioners with high-level components that can quickly and easily provide state-of-the-art results in standard deep learning domains, and provides researchers with low-level components that can be mixed and matched to build new approaches. It aims to do both things without substantial compromises in ease of use, flexibility, or performance. This is possible thanks to a carefully layered architecture, which expresses common underlying patterns of many deep learning and data processing techniques in terms of decoupled abstractions. These abstractions can be expressed concisely and clearly by leveraging the dynamism of the underlying Python language and the flexibility of the PyTorch library. fastai includes: a new type dispatch system for Python along with a semantic type hierarchy for tensors; a GPU-optimized computer vision library which can be extended in pure Python; an optimizer which refactors out the common functionality of modern optimizers into two basic pieces, allowing optimization algorithms to be implemented in 4–5 lines of code; a novel 2-way callback system that can access any part of the data, model, or optimizer and change it at any point during training; a new data block API; and much more. We used this library to successfully create a complete deep learning course, which we were able to write more quickly than using previous approaches, and the code was more clear. The library is already in wide use in research, industry, and teaching.
APA, Harvard, Vancouver, ISO, and other styles
8

Feng, Lang, Jeff Huang, Jiang Hu, and Abhijith Reddy. "FastCFI: Real-time Control-Flow Integrity Using FPGA without Code Instrumentation." ACM Transactions on Design Automation of Electronic Systems 26, no. 5 (June 5, 2021): 1–39. http://dx.doi.org/10.1145/3458471.

Full text
Abstract:
Control-Flow Integrity (CFI) is an effective defense technique against a variety of memory-based cyber attacks. CFI is usually enforced through software methods, which entail considerable performance overhead. Hardware-based CFI techniques can largely avoid performance overhead, but typically rely on code instrumentation, forming a non-trivial hurdle to the application of CFI. Taking advantage of the tradeoff between computing efficiency and flexibility of FPGA, we develop FastCFI, an FPGA-based CFI system that can perform fine-grained and stateful checking without code instrumentation. We also propose an automated Verilog generation technique that facilitates fast deployment of FastCFI, and a compression algorithm for reducing the hardware expense. Experiments on popular benchmarks confirm that FastCFI can detect fine-grained CFI violations over unmodified binaries. When using FastCFI on prevalent benchmarks, we demonstrate its capability to detect fine-grained CFI violations in unmodified binaries, while incurring an average of 0.36% overhead and a maximum of 2.93% overhead.
APA, Harvard, Vancouver, ISO, and other styles
9

Young, Ivan M., Julian L. Rait, Cathy A. Carson, and Hugh R. Taylor. "Fastpac visual field screening." Ophthalmic Epidemiology 2, no. 3 (January 1995): 117–21. http://dx.doi.org/10.3109/09286589509057092.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Holmøyvik, Eirik. "Fastare rammer for Stortingets oppmodingsvedtak?" Stat & Styring 28, no. 01 (April 9, 2018): 40–43. http://dx.doi.org/10.18261/issn0809-750x-2018-01-14.

Full text
APA, Harvard, Vancouver, ISO, and other styles
11

Abascal, Juan Manuel. "Fasti consulares, fasti locales y horologia en la epigrafía de Hispania." Archivo Español de Arqueología 75, no. 185-186 (December 30, 2002): 269–86. http://dx.doi.org/10.3989/aespa.2002.v75.139.

Full text
APA, Harvard, Vancouver, ISO, and other styles
12

Byrne, Bryan T. "FASTAT 2.0 for DOS." CAM 5, no. 1 (February 1993): 7–8. http://dx.doi.org/10.1177/1525822x9300500104.

Full text
APA, Harvard, Vancouver, ISO, and other styles
13

Karamova, Nazira S., Alexandra P. Denisova, and Zenon Stasevski. "Evaluation of mutagenic activity of the pesticides: actara, sencor, mospilan, pencozeb, fastac in the Ames test." Ecological genetics 6, no. 4 (December 15, 2008): 29–33. http://dx.doi.org/10.17816/ecogen6429-33.

Full text
Abstract:
The mutagenic activity of five pesticides actara, sencor, mospilan, pencozeb, fastac widely used for treatment of potato plant lands in Tatarstan was tested in the Ames test. The non toxic concentrations of the pesticides determined in preliminary cytotoxicty test were used in the Ames assay. Pesticides actara, mospilan, pencozeb, fastac did not show mutagenic effect in Salmonella typhimurium TA 100 without rat liver S9 fraction. The weak mutagenic effect of herbicide sencor was established at concentration 1 ug/plate. Metabolic activation in vitro using rat liver S9 fraction decreased the mutagenic activity of sencor and did not alter the mutagenicity rate of the pesticides actara, mospilan, pencozeb and fastac.
APA, Harvard, Vancouver, ISO, and other styles
14

Fantham, Elaine. "Fasti 1." Classical Review 55, no. 2 (October 2005): 506–8. http://dx.doi.org/10.1093/clrevj/bni279.

Full text
APA, Harvard, Vancouver, ISO, and other styles
15

Ari Lestari, Nur Cahyani. "Pengukuran Kinerja Perawat Wanita Dalam Penerapan Standar Asuhan Keperawatan Ruang Rawat Inap di Rumah Sakit Umum Fastabiq Sehat PKU Muhamadiyah." JIKO (Jurnal Ilmiah Keperawatan Orthopedi) 2, no. 2 (July 25, 2018): 66–81. http://dx.doi.org/10.46749/jiko.v2i2.17.

Full text
Abstract:
Perawat sebagai garda terdepan dalam pelayanan kesehatan, tidak hanya dituntut untuk menunjukkan kemampuan dan profesionalitasnya semata dalam melaksanakan semua tindakan medis keperawatan.Tujuan penelitian untuk mengetahui pengaruh langsung dan tidak langsung beban kerja, konflik peran ganda, stres kerja, dan motivasi kerja terhadap kinerja perawat wanita dalam penerapan standar asuhan keperawatan ruang rawat inap di RSU Fastabiq Sehat PKU Muhamadiyah Pati tahun 2018. Jenis penelitian kuantitatif, desain penelitian crosssectional. dilakukan bulan Februari 2018 kepada Perawat wanita diruang rawat inap yang sudah menikah di RSU Fastabiq Sehat PKU Muhamadiyah berjumlah 86 orang menggunakan kuesioner. Persentase pengaruh langsung dan tidak langsung semua variabel terhadap kinerja perawat dalam model ini sebesar 90,51%, diantaranya pengaruh langsung semua variabel terhadap kinerja dalam model sebesar 83,07%, dan pengaruh tidak langsung sebesar 7,44%. Model mampu menjelaskan variabilitas data sebesar 97,1%, sedangkan 2,9% dijelaskan oleh variabel lain yang tidak dikaji dalam penelitian ini. Saran dari penelitian ini Diharapkan perawat Rumah Sakit Umum Fastabiq Sehat PKU Muhamadiyah Daerah Pati menciptakan kondisi kerja yang nyaman sehingga dapat menghindari untuk terjadinya konflik dalam bekerja.
APA, Harvard, Vancouver, ISO, and other styles
16

An, Boyang, Ping Wang, Jiayi Zhou, Rong Chen, Jingmang Xu, and Bing Wu. "Applying Two Simplified Ellipse-Based Tangential Models to Wheel-Rail Contact Using Three Alternative Nonelliptic Adaptation Approaches: A Comparative Study." Mathematical Problems in Engineering 2019 (July 16, 2019): 1–17. http://dx.doi.org/10.1155/2019/3478607.

Full text
Abstract:
In the modeling of railway vehicle-track dynamics and wheel-rail damage, simplified tangential contact models based on ellipse assumption are usually used due to strict limitation of computational cost. Since most wheel-rail contact cases appear to be nonelliptic shapes, a fast and accurate tangential model for nonelliptic contact case is in demand. In this paper, two ellipse-based simplified tangential models (i.e., FASTSIM and FaStrip) using three alternative nonelliptic adaptation approaches, together with Kalker’s NORM algorithm, are applied to wheel-rail rolling contact cases. It aims at finding the best approach for dealing with nonelliptic rolling contact. Compared to previous studies, the nonelliptic normal contact solution in the present work is accurately solved rather than simplification. Therefore, it can avoid tangential modeling evaluation affected by inaccurate normal contact solution. By comparing with Kalker’s CONTACT code, it shows both FASTSIM-based and FaStrip-based models can provide accurate global creep force. With regard to local rolling contact solution, only the accuracy of FaStrip-based models is satisfactory. Moreover, Ayasse-Chollet’s local ellipse approach appears to be the best choice for nonelliptic adaptation.
APA, Harvard, Vancouver, ISO, and other styles
17

Cunningham, Ian, P. C. Knox, F. J. Rowe, and A. C. Fisher. "Attentional visual field analysis using Fastpac." British and Irish Orthoptic Journal 2 (January 1, 2005): 19. http://dx.doi.org/10.22599/bioj.185.

Full text
APA, Harvard, Vancouver, ISO, and other styles
18

Morgan, Llewelyn. "OVID, FASTI 3.330." Classical Quarterly 64, no. 2 (November 20, 2014): 855–59. http://dx.doi.org/10.1017/s0009838814000287.

Full text
Abstract:
eliciunt caelo te, Iuppiter; unde minoresnunc quoque te celebrant Eliciumque uocant.constat Auentinae tremuisse cacumina siluae,terraque subsedit pondere pressa Iouis. (Ov. Fasti 3.327–30)They draw you down from the sky, Jupiter, and that is why more recent generations still worship you today, and call you Elicius. It is certain that the summit of the Aventine wood trembled, and the earth sank beneath the weight of Jupiter. Dismayed by an unprecedented flurry of thunderbolts, the pious King Numa sets out to expiate the omen. His divine consort Egeria advises him to learn the ritus piandi (291) from Picus and Faunus, who will, however, only reveal the necessary information under compulsion. Numa makes plans to ambush the gods, taking up position in a cave within a grove ‘under the Aventine, black with the shade of the holm oak, at sight of which you would say, “A spirit is here”’ (lucus Auentino suberat niger ilicis umbra, | quo posses uiso dicere ‘numen inest’, 295–6). The description of this numinous location continues (297–9): in medio gramen, muscoque adoperta uirentimanabat saxo uena perennis aquae;inde fere soli Faunus Picusque bibebant.In the middle was a meadow, and an unceasing stream of water, covered with green moss, flowed from the rock. From it Faunus and Picus, unaccompanied, were in the habit of drinking. Once captured by the king, Faunus and Picus tell Numa that only Jupiter himself can be consulted about Jupiter's own domain (if we read tecta at 316; Jupiter's weapons, if we read tela, and there's little to choose between those readings), but that with their help Numa may be able to draw Jupiter down from the sky to answer his enquiry.
APA, Harvard, Vancouver, ISO, and other styles
19

Malloch, S. J. V. "The Claudian Fasti." Classical Review 55, no. 2 (October 2005): 626–27. http://dx.doi.org/10.1093/clrevj/bni341.

Full text
APA, Harvard, Vancouver, ISO, and other styles
20

Kovacs, David. "Ovid, Fasti 4.831." American Journal of Philology 107, no. 3 (1986): 422. http://dx.doi.org/10.2307/294701.

Full text
APA, Harvard, Vancouver, ISO, and other styles
21

Ker, Dorian. "Legnetti e Fasti." Third Text 13, no. 49 (December 1999): 97–100. http://dx.doi.org/10.1080/09528829908576827.

Full text
APA, Harvard, Vancouver, ISO, and other styles
22

Kleinert, Christian. "Fasti Ecclesiae Gallicanae." Annarium Historiae Conciliorum 29, no. 1 (February 16, 1997): 165–201. http://dx.doi.org/10.30965/25890433-02901011.

Full text
APA, Harvard, Vancouver, ISO, and other styles
23

Pinho, Armando J., and Diogo Pratas. "MFCompress: a compression tool for FASTA and multi-FASTA data." Bioinformatics 30, no. 1 (October 16, 2013): 117–18. http://dx.doi.org/10.1093/bioinformatics/btt594.

Full text
APA, Harvard, Vancouver, ISO, and other styles
24

Hirsch, Fred R., and David R. Gandara. "FASTACT-2: but don't act too fast." Lancet Oncology 14, no. 8 (July 2013): 684–85. http://dx.doi.org/10.1016/s1470-2045(13)70281-x.

Full text
APA, Harvard, Vancouver, ISO, and other styles
25

Gatti, Daniel M., Andrey A. Shabalin, Tieu-Chong Lam, Fred A. Wright, Ivan Rusyn, and Andrew B. Nobel. "FastMap: Fast eQTL mapping in homozygous populations." Bioinformatics 25, no. 4 (December 17, 2008): 482–89. http://dx.doi.org/10.1093/bioinformatics/btn648.

Full text
APA, Harvard, Vancouver, ISO, and other styles
26

Young, Ivan M., Julian L. Rait, Charles S. Guest, Cathy A. Carson, and Hugh R. Taylor. "Comparison between Fastpac and conventional Humphrey perimetry." Australian and New Zealand Journal of Ophthalmology 22, no. 2 (May 1994): 95–99. http://dx.doi.org/10.1111/j.1442-9071.1994.tb00773.x.

Full text
APA, Harvard, Vancouver, ISO, and other styles
27

Sontakke, Abhishek. "Intelligent Automatic Traffic Challan on Highways and Payment Through FASTag Card." Indian Journal of Science and Technology 12, no. 44 (November 30, 2019): 01–06. http://dx.doi.org/10.17485/ijst/2019/v12i44/146468.

Full text
APA, Harvard, Vancouver, ISO, and other styles
28

Begna, Feyisa. "Evaluation of head cabbage varieties and botanicals for diamondback moth management in east Shewa." Global Journal of Arts Education 12, no. 1 (February 28, 2022): 01–18. http://dx.doi.org/10.18844/gjae.v12i1.6970.

Full text
Abstract:
Cabbage is the second most important vegetable crop in Ethiopia. Many insect pest species belonging to 16 families have been recorded on cabbages. The objective of this study was to determine the influence of head cabbage varieties and botanicals against DBM on head cabbage. The experiment was conducted using irrigation at Adami Tulu Agricultural Research Center (ATARC) during the 2020 cropping season. The head cabbage Glorai, Victoria, K500, Bandug F1and ThomaF1 varieties were used for this experiment. Treatments were arranged in a randomized complete block design (RCBD) with three replications. For DBM management two locally available botanicals and fastac chemicals were sprayed continuously for four weeks and an untreated plot was included for comparison. Throughout the growing season fastac significantly reduced the DBM larvae and pupae population, followed by neem seed and garlic cloves. Highly significant differences among the treatments were observed after the application of botanicals and chemicals on DBM larvae and pupae mortality rate in all of the treatments, but non-significant differences were observed among the head cabbage varieties. Keywords: Botanical; garlic; fastac; head cabbage; neem; Plutella xylostella.
APA, Harvard, Vancouver, ISO, and other styles
29

Vera Subchanifa, Dian Pujiatama, Surepno S, and Nugraheni Istiqomah. "Stres Kerja, Kompetensi, Kompensasi dan Pengaruhnya Terhadap Kinerja Karyawan dengan Motivasi Sebagai Variabel Intervening." MALIA: Journal of Islamic Banking and Finance 4, no. 2 (December 28, 2020): 136. http://dx.doi.org/10.21043/malia.v4i2.8868.

Full text
Abstract:
<p><em></em><em><em>This study aims to obtain empirical evidence about the effect of work stress, competence, and compensation on employee performance with motivation as an intervening variable at KSPPS Fastabiq Khoiro Ummah Pati. The research method uses quantitative methods with the research sample of employees at KSPPS Fastabiq Khoiro Ummah Pati who have worked. minimum one year, amounting to 76 employees. The results showed that the work stress variable harmed employee performance. While the competency and compensation, variables have a positive and significant effect on employee performance. Job stress and competency variables do not affect employee performance which is mediated by work motivation. While the compensation variable affects employee performance mediated by work motivation.</em></em><em></em></p>
APA, Harvard, Vancouver, ISO, and other styles
30

Gee, Emma. "Parua figura poli: Ovid's Vestalia (Fasti 6.249–468) and the Phaenomena of Aratus." Proceedings of the Cambridge Philological Society 43 (1998): 21–40. http://dx.doi.org/10.1017/s0068673500002121.

Full text
Abstract:
arte Syracosia suspensus in aere clausostat globus, immensi parua figura poli (Ovid, Fasti 6.277–8)‘The astronomy in the Fasti is indebted to Aratus, as was presumably Ovid's own Phaenomena’. The relationship between the astronomical material in Ovid's Fasti and the astronomical poem by Aratus of Soli, composed under the auspices of Antigonus Gonatas in about 278 B.C., is indisputable; but the nature of this relationship has not been explored. Such an exploration may add a new layer of meaning to Ovid's poem, as an entity which responds not only to aetiological models but also to ‘scientific’ didactic models.
APA, Harvard, Vancouver, ISO, and other styles
31

Gross, Nicolas, Ovid, and Betty Rose Nagle. "Ovid's "Fasti": Roman Holidays." Classical World 91, no. 4 (1998): 308. http://dx.doi.org/10.2307/4352095.

Full text
APA, Harvard, Vancouver, ISO, and other styles
32

Anderson, William S., Ovid, and Elaine Fantham. "Ovid, Fasti: Book IV." Classical World 93, no. 1 (1999): 118. http://dx.doi.org/10.2307/4352384.

Full text
APA, Harvard, Vancouver, ISO, and other styles
33

Kiss, Gergely. "Les Fasti Ecclesiae Gallicanae." Belvedere Meridionale 27, no. 2 (2015): 92–97. http://dx.doi.org/10.14232/belv.2015.2.6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
34

Miller, John F. "Narration in the Fasti." Classical Review 55, no. 2 (October 2005): 532–35. http://dx.doi.org/10.1093/clrevj/bni290.

Full text
APA, Harvard, Vancouver, ISO, and other styles
35

Williams, Gareth. "ESSAYS ON OVID’S FASTI." Classical Review 54, no. 1 (April 2004): 99–101. http://dx.doi.org/10.1093/cr/54.1.99.

Full text
APA, Harvard, Vancouver, ISO, and other styles
36

Wolf, Stefan, Lars Sommer, and Arne Schumann. "FastAER Det: Fast Aerial Embedded Real-Time Detection." Remote Sensing 13, no. 16 (August 5, 2021): 3088. http://dx.doi.org/10.3390/rs13163088.

Full text
Abstract:
Automated detection of objects in aerial imagery is the basis for many applications, such as search and rescue operations, activity monitoring or mapping. However, in many cases it is beneficial to employ a detector on-board of the aerial platform in order to avoid latencies, make basic decisions within the platform and save transmission bandwidth. In this work, we address the task of designing such an on-board aerial object detector, which meets certain requirements in accuracy, inference speed and power consumption. For this, we first outline a generally applicable design process for such on-board methods and then follow this process to develop our own set of models for the task. Specifically, we first optimize a baseline model with regards to accuracy while not increasing runtime. We then propose a fast detection head to significantly improve runtime at little cost in accuracy. Finally, we discuss several aspects to consider during deployment and in the runtime environment. Our resulting four models that operate at 15, 30, 60 and 90 FPS on an embedded Jetson AGX device are published for future benchmarking and comparison by the community.
APA, Harvard, Vancouver, ISO, and other styles
37

Hirt, Maria. "Rural Rites in Ovid’s Fasti." ARYS. Antigüedad: Religiones y Sociedades, no. 18 (December 14, 2020): 257. http://dx.doi.org/10.20318/arys.2020.5254.

Full text
Abstract:
Este estudio analiza la presentación de los festivales rurales en los Fasti de Ovidio aplicando el concepto de “lived ancient religion”, especialmente la idea de apropiación individual de normas, acciones y creencias religiosas. Como obra literaria, los Fasti se inspiran en material de otros poetas augusteos y se apropian de él en favor de la composición literaria, particularmente dentro del contexto del calendario religioso romano. En el caso de los festivales rurales presentados en los Fasti, esta apropiación se observa, por ejemplo, en el tratamiento de la importancia de la paz para la vida rural. En los Fasti, las escenas rurales idealizadas no son objeto de deseo por parte del narrador, al contrario de lo que sucede, por ejemplo, en las elegías de Tibulo. En su lugar, la paz descrita es identificada con la Pax Augusta y el autor expresa su gratitud hacia el emperador que hace posible que los campesinos participantes en los festivales puedan disfrutar de dicha paz. De esta manera, los festivales rurales se relacionan con las políticas urbanas y con el calendario festivo urbano. En los Fasti, las comunidades rurales y urbanas que celebran los festivales no están aisladas una de la otra, puesto que comparten las mismas circunstancias (la Pax Augusta) y las mismas emociones (alegría y gratitud) y forman así una comunidad emocional.
APA, Harvard, Vancouver, ISO, and other styles
38

Sieczka, Rafał, and Maciej Pańczyk. "Blender as a tool for generating synthetic data." Journal of Computer Sciences Institute 16 (September 30, 2020): 227–32. http://dx.doi.org/10.35784/jcsi.2086.

Full text
Abstract:
Acquiring data for neural network training is an expensive and labour-intensive task, especially when such data isdifficult to access. This article proposes the use of 3D Blender graphics software as a tool to automatically generatesynthetic image data on the example of price labels. Using the fastai library, price label classifiers were trained ona set of synthetic data, which were compared with classifiers trained on a real data set. The comparison of the resultsshowed that it is possible to use Blender to generate synthetic data. This allows for a significant acceleration of thedata acquisition process and consequently, the learning process of neural networks.
APA, Harvard, Vancouver, ISO, and other styles
39

Xinyue, Bobby. "COMMEMORATING THE SACK OF ROME (1527): ANTIQUITY AND AUTHORITY IN RENAISSANCE POETIC CALENDARS." Papers of the British School at Rome 88 (May 27, 2020): 215–35. http://dx.doi.org/10.1017/s0068246220000045.

Full text
Abstract:
This paper aims to advance scholarly understanding of the intellectual significance of Ovid's Fasti during the European Renaissance by examining a number of early modern poetic calendars modelled on the Ovidian poem. Recent studies of Ovid's Fasti have noted that the poem's propensity to contest the meaning of a particular occasion facilitates a sustained examination of the relationship between the past and present of Rome, through which the poet disrupts the reorganization of the Roman calendar by Augustus. This paper suggests that a similarly politically charged operation underpins a number of Renaissance fasti poems. Using these poems’ remembrance of the Sack of Rome (1527) as a case study, this article argues, firstly, that the genre's commemorative function is mobilized competitively by its early modern authors to reflect on the history and status of Rome, particularly the city's role as the caput mundi since antiquity. Secondly, it will be shown that in the second half of the sixteenth century the genre of calendrical poetry — and Ovid's Fasti in particular — became an important medium through which Renaissance humanists critiqued the nature of power at a time when political and ecclesiastical schisms hardened across Europe.
APA, Harvard, Vancouver, ISO, and other styles
40

Mirarab, S., and T. Warnow. "FASTSP: linear time calculation of alignment accuracy." Bioinformatics 27, no. 23 (October 7, 2011): 3250–58. http://dx.doi.org/10.1093/bioinformatics/btr553.

Full text
APA, Harvard, Vancouver, ISO, and other styles
41

O'Brien, C., D. Poinoosawmy, J. Wu, and R. Hitchings. "Evaluation of the Humphrey FASTPAC threshold program in glaucoma." British Journal of Ophthalmology 78, no. 7 (July 1, 1994): 516–19. http://dx.doi.org/10.1136/bjo.78.7.516.

Full text
APA, Harvard, Vancouver, ISO, and other styles
42

Müller, Bertram, and Astrid Golla. "An Evaluation of FASTMAP with Emphasis on Fine-Mapping." Human Heredity 45, no. 4 (1995): 199–205. http://dx.doi.org/10.1159/000154289.

Full text
APA, Harvard, Vancouver, ISO, and other styles
43

Nabors, K., and J. White. "FastCap: a multipole accelerated 3-D capacitance extraction program." IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems 10, no. 11 (1991): 1447–59. http://dx.doi.org/10.1109/43.97624.

Full text
APA, Harvard, Vancouver, ISO, and other styles
44

Ting, Du, Liu Yuqi, Zhang Zhibing, and Li Zhigang. "Fast FE analysis system for sheet metal stamping—FASTAMP." Journal of Materials Processing Technology 187-188 (June 2007): 402–6. http://dx.doi.org/10.1016/j.jmatprotec.2006.11.074.

Full text
APA, Harvard, Vancouver, ISO, and other styles
45

Expósito, Roberto R., Sabela Ramos, Guillermo L. Taboada, Juan Touriño, and Ramón Doallo. "FastMPJ: a scalable and efficient Java message-passing library." Cluster Computing 17, no. 3 (February 6, 2014): 1031–50. http://dx.doi.org/10.1007/s10586-014-0345-4.

Full text
APA, Harvard, Vancouver, ISO, and other styles
46

Matuschke, Felix, Katrin Amunts, and Markus Axer. "fastPLI: A Fiber Architecture Simulation Toolbox for 3D-PLI." Journal of Open Source Software 6, no. 61 (May 3, 2021): 3042. http://dx.doi.org/10.21105/joss.03042.

Full text
APA, Harvard, Vancouver, ISO, and other styles
47

Hatch, Nancy L., Åke Hyenstrand, and Ake Hyenstrand. "Fasta Fornlämningar och Arkeologiska Regioner." American Journal of Archaeology 92, no. 2 (April 1988): 289. http://dx.doi.org/10.2307/505637.

Full text
APA, Harvard, Vancouver, ISO, and other styles
48

Garg, Vijay Kumar, Himanshu Avashthi, Apoorv Tiwari, Prashant Ankur Jain, Pramod Wasudev Ramkete Ramkete, Arvind Mohan Kayastha, and Vinay Kumar Singh. "MFPPI – Multi FASTA ProtParam Interface." Bioinformation 12, no. 2 (April 10, 2016): 74–77. http://dx.doi.org/10.6026/97320630012074.

Full text
APA, Harvard, Vancouver, ISO, and other styles
49

Preseka, Diotima. "Legendary figures in Ovid’s Fasti." Acta Antiqua Academiae Scientiarum Hungaricae 48, no. 1-2 (January 2008): 221–36. http://dx.doi.org/10.1556/aant.48.2008.1-2.25.

Full text
APA, Harvard, Vancouver, ISO, and other styles
50

Green, R. P. H. "Ausonius’ Fasti and Caesares revisited." Classical Quarterly 49, no. 2 (December 1999): 573–78. http://dx.doi.org/10.1093/cq/49.2.573.

Full text
Abstract:
This paper reconsiders certain questions about Ausonius’ two incomplete works on historical themes, Fasti and Caesares, with particular attention to points raised in a recent article by R. W. Burgess. Of the Fasti we have only a few tantalizing snippets, the packaging and not the core: what did the work look like when it left Ausonius? What was its coverage? was it in verse or prose? The Caesares as we have it breaks off in mid-quatrain, at line 139: did it go beyond Elagabalus? What of the evidence in Giovanni Mansionario that Ausonius treated certain imperatores from Decius to Diocletian?
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography